pub fn find_duplicates_cached(
root: &Path,
files: &[DiscoveredFile],
config: &DuplicatesConfig,
cache_dir: &Path,
) -> DuplicationReportExpand description
Run cached duplication detection inside the engine boundary.
pub fn find_duplicates_cached(
root: &Path,
files: &[DiscoveredFile],
config: &DuplicatesConfig,
cache_dir: &Path,
) -> DuplicationReportRun cached duplication detection inside the engine boundary.