pub fn round_up_to_chunks_groups(
ranges: ChunkRanges,
chunk_size: BlockSize,
) -> ChunkRanges
Expand description
Given a range set of chunk ranges, round up to chunk groups of the given size.
pub fn round_up_to_chunks_groups(
ranges: ChunkRanges,
chunk_size: BlockSize,
) -> ChunkRanges
Given a range set of chunk ranges, round up to chunk groups of the given size.