Skip to main content

find_duplicates_cached

Function find_duplicates_cached 

Source
pub fn find_duplicates_cached(
    root: &Path,
    files: &[DiscoveredFile],
    config: &DuplicatesConfig,
    cache_dir: &Path,
) -> DuplicationReport
Expand description

Run cached duplication detection inside the engine boundary.