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
.
pub fn get_builder_touched_paths_cache<'a>(
builder: &'a RebasePlanBuilder<'_>,
) -> &'a CHashMap<NonZeroOid, HashSet<PathBuf>>
Get the internal touched paths cache for a RebasePlanBuilder
.