pub(crate) fn run_scan_pipeline_controlled(
store: &mut AtlasStore,
plan: &ScanRuntimePlan,
symbol_options: &SymbolBuildOptions,
control: &IndexWorkControl,
) -> Result<ScanReport, CliError>Expand description
Execute the full pipeline under one cancellation and resource boundary.