pub(crate) fn mark_reachable_contents<G>(
    graph: &G,
    timestamps: &[AtomicI64],
    revrel: NodeId
) -> Result<()>where
    G: SwhForwardGraph + SwhBackwardGraph + SwhGraphWithProperties,
    <G as SwhGraphWithProperties>::Maps: Maps,
    <G as SwhGraphWithProperties>::Timestamps: Timestamps,
Expand description

Mark any content reachable from the root revrel as having a first occurrence older or equal to this revision