pub fn update(
conn: &mut Connection,
project: &Node,
root: &Path,
) -> Result<GraphStats>Expand description
Build or incrementally update the code graph for a project rooted at
root. mtime+size short-circuit, blake3 change detection, one
transaction for the whole update; calls re-resolved only for changed
files.