pub fn fsck_manifest_with<S>(
source: &S,
root: &ContentHash,
options: &FsckOptions<'_>,
) -> FsckReportwhere
S: ManifestNodeSource + ?Sized,Expand description
Check a manifest graph rooted at root, with optional object and
reachability checks.