pub fn aggregate_snapshot(
out: (impl Write, bool),
snapshot: &Snapshot,
compute_total: bool,
sort_by_size_in_bytes: bool,
byte_format: ByteFormat,
) -> Result<WalkResult>Expand description
Render the top-level entries of a verified traversal snapshot as an aggregate listing.