pub fn compute_store_stats(
snapshots: &[SnapshotEntry],
store_root: Option<&Path>,
) -> SnapshotStoreStatsExpand description
Compute aggregate storage statistics across all snapshots.
If store_root is provided, computes BLAKE3 content dedup across all snapshot files.