pub fn pass(prj: &Project, store: &mut Store) -> Result<usize>Expand description
Run the reconcile/linkify/backfill/relocate pass against an already-open
store (no flush). Returns the document count. Used both by run and, on
the invocation’s own store, after a mutating command.