fn detect_index_freshness_controlled(
store: &AtlasStore,
plan: &ScanRuntimePlan,
scan_limits: ScanLimits,
control: &IndexWorkControl,
) -> Result<IndexFreshnessAssessment, CliError>Expand description
Detect the complete local-source delta under one cooperative work boundary.