Skip to main content

diff_snapshots

Function diff_snapshots 

Source
pub fn diff_snapshots(
    before: &GraphPersistSnapshot,
    after: &GraphPersistSnapshot,
) -> GraphSnapshotDiff
Expand description

Compare two snapshots and produce a structural diff.

Only examines the top-level namespace (not recursive into subgraphs — subgraph diffs are handled by the attach wiring per-subgraph).