pub(crate) fn run_watch_loop(
store: &mut AtlasStore,
plan: &ScanRuntimePlan,
once: bool,
poll_seconds: u64,
max_cycles: usize,
symbol_options: &SymbolBuildOptions,
) -> Result<WatchReport, CliError>Expand description
Run the watcher refresh loop.