pub fn aggregate_replay<R: Read + Seek>(
out: (impl Write, bool),
replay: &mut Replay<R>,
compute_total: bool,
sort_by_size_in_bytes: bool,
byte_format: ByteFormat,
) -> Result<WalkResult>Expand description
Render the top-level entries of a verified snapshot replay as an aggregate listing.