pub(crate) fn run_symbol_build_pipeline_controlled(
store: &mut AtlasStore,
plan: &ScanRuntimePlan,
symbol_options: &SymbolBuildOptions,
previous_hashes: Option<&HashMap<String, String>>,
control: &IndexWorkControl,
) -> Result<SymbolBuildReport, CliError>Expand description
Rebuild symbol projections under one cancellation and publication boundary.