Skip to main content

scan_incremental

Function scan_incremental 

Source
pub fn scan_incremental(
    token: &str,
    explicit_changed: Option<&[String]>,
    opts: ScanProjectOptions,
) -> IncrementalScan
Expand 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.