pub(crate) type ChunkMapping = BTreeMap<Rc<str>, (u64, Vec<Utf8PathBuf>)>;Expand description
Maps from a checksum to its size and file names (multiple in the case of hard links).
Aliased Typeยง
pub(crate) struct ChunkMapping { /* private fields */ }