| 285 | } |
| 286 | |
| 287 | static void SetWriteRangeContext(WriteRange* write_range, TmpFileGroup* group) { |
| 288 | write_range->SetRequestContext(group->io_ctx_.get()); |
| 289 | } |
| 290 | |
| 291 | /// Helper to get the # of bytes allocated by the group. Validates that the sum across |
| 292 | /// all files equals this total. |
nothing calls this directly
no test coverage detected