fn finish_projection_in_database_with_documents(
root: &Path,
nodes: &[Node],
project: ProjectInstanceId,
generation: IndexGeneration,
graphs: &[impl Borrow<SymbolGraph>],
document_facts: &BTreeMap<String, Cow<'_, MarkdownFacts>>,
identity_admission: &GraphIdentityAdmission,
entities: EntityProjection,
candidates: &ProjectResolutionRegistry,
scan_policy: &RootScanPolicy,
control: &IndexWorkControl,
) -> Result<StagedRepositoryGraph, CliError>Expand description
Spill a large full graph to typed disposable SQLite rows before main publication.