Skip to main content

process_files_for_fragments

Function process_files_for_fragments 

Source
pub fn process_files_for_fragments(
    files: &[PathBuf],
    root_dir: &Path,
    preferred_revs: &[String],
    seen_frag_ids: &mut FxHashSet<FragmentId>,
    batch_reader: Option<&mut CatFileBatch>,
    is_changed: bool,
) -> Vec<Fragment>