fn scan_entries(
home: &Path,
entries: &[DirEntry],
settings: &ImportSettings,
ctx: &ScanContext<'_>,
handles_by_fp: &mut FxHashMap<Fp, PathBuf>,
handles_by_path: &mut FxHashMap<PathBuf, Fp>,
) -> Option<ScanResult>fn scan_entries(
home: &Path,
entries: &[DirEntry],
settings: &ImportSettings,
ctx: &ScanContext<'_>,
handles_by_fp: &mut FxHashMap<Fp, PathBuf>,
handles_by_path: &mut FxHashMap<PathBuf, Fp>,
) -> Option<ScanResult>