pub(crate) fn refresh_index_for_changes_controlled(
store: &mut AtlasStore,
plan: &ScanRuntimePlan,
changes: &WatchChangeSet,
symbol_options: &SymbolBuildOptions,
control: &IndexWorkControl,
) -> Result<IndexRefreshReport, CliError>Expand description
Refresh one watcher batch under one cancellation and publication boundary.