fn finish_projection_in_database(
root: &Path,
nodes: &[Node],
project: ProjectInstanceId,
generation: IndexGeneration,
graphs: &[impl Borrow<SymbolGraph>],
entities: EntityProjection,
candidates: &ProjectResolutionRegistry,
control: &IndexWorkControl,
) -> Result<StagedRepositoryGraph, CliError>Expand description
Spill a large full graph to typed disposable SQLite rows before main publication.