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

Get the internal touched paths cache for a RebasePlanBuilder.