pub fn compare(index: &ProjectIndex) -> Result<ParityReport>Expand description
Build an in-memory PropertyGraph from index and compare it, through the
shared GraphProvider facade, against the same index served as
graph_index. Pure in-memory — no disk, no rescan.