pub fn mark(
store: &BlobStore,
roots: &HashSet<Hash>,
) -> Result<LiveSet, CasError>Expand description
Validate the host’s live set against what the store physically holds.
See the module docs for why the roots are the live set and no reference walk happens here.