pub fn compare_codegraph(
db_path: &Path,
store: &Store,
) -> Result<OracleReport, OracleError>Expand description
Compare Roteiro’s derived graph (store) against a codegraph snapshot at
db_path, returning an OracleReport. Read-only on both sides.
§Errors
Returns OracleError::NotCodegraph if the file lacks codegraph’s tables,
OracleError::Sqlite on snapshot read failure, or OracleError::Store
on store read failure.