pub fn apply_batch(
idx: &mut VolumeIndex,
records: &[UsnRecord],
fetch: &dyn StatFetcher,
) -> BatchStatsExpand description
Apply one journal batch. Bumps the content generation exactly once.
pub fn apply_batch(
idx: &mut VolumeIndex,
records: &[UsnRecord],
fetch: &dyn StatFetcher,
) -> BatchStatsApply one journal batch. Bumps the content generation exactly once.