Skip to main content

implicated_vertices

Function implicated_vertices 

Source
pub fn implicated_vertices<G: GraphStore>(
    store: &G,
    delta: &GraphDelta,
    graph: &str,
) -> GraphStoreResult<BTreeSet<VertexId>>
Expand description

Convenience helper: count vertices implicated by a delta, using the store to resolve removed edges back to their endpoints when those records are still around.