Function get_builder_touched_paths_cache

Source
pub fn get_builder_touched_paths_cache<'a>(
    builder: &'a RebasePlanBuilder<'_>,
) -> &'a CHashMap<NonZeroOid, HashSet<PathBuf>>
Expand description

Get the internal touched paths cache for a RebasePlanBuilder.