Skip to main content

prune_index_entries_for_missing_files

Function prune_index_entries_for_missing_files 

Source
fn prune_index_entries_for_missing_files(
    watch_paths: &[WatchPathEntry],
    seen_paths: &mut HashSet<String>,
    sync_index: &ShardedSyncIndex,
)