pub(crate) fn indexed_file_hashes_for_paths( store: &AtlasStore, paths: &HashSet<String>, ) -> Result<HashMap<String, String>, CliError>
Load indexed file hashes for selected repository paths.