fn stage_full_index_publication(
store: &AtlasStore,
plan: &ScanRuntimePlan,
symbol_options: &SymbolBuildOptions,
reuse_unchanged_symbols: bool,
import_legacy_purposes: bool,
control: &IndexWorkControl,
) -> Result<IndexPublicationBatch, CliError>Expand description
Prepare a complete source/index batch without acquiring the SQLite writer.