Skip to main content

unreferenced_slices

Function unreferenced_slices 

Source
pub fn unreferenced_slices(
    all: &[ContentHash],
    live: &BTreeSet<ContentHash>,
) -> Vec<ContentHash>
Expand description

The sweep set: hashes present in all but referenced by no live manifest, returned sorted (all - live).