Skip to main content

verify_graph

Function verify_graph 

Source
pub fn verify_graph(graph: &mut CodeGraph, root: &Path) -> Result<VerifyReport>
Expand description

Verify database state against filesystem

§Arguments

  • graph - CodeGraph instance to query
  • root - Root directory to scan

§Returns

VerifyReport with any discrepancies found