pub fn scan_incremental(
token: &str,
explicit_changed: Option<&[String]>,
opts: ScanProjectOptions,
) -> IncrementalScanExpand description
Refresh the snapshot named by token. If the snapshot is missing, the
diff is too large (>30%), or changed_paths is empty after >30% of
the workspace mtime-mismatched, falls back to a full rescan.