()
| 236 | } |
| 237 | |
| 238 | func (f *MemoryFile) chunksLoad() []chunkInfo { |
| 239 | return *f.chunks.Load() |
| 240 | } |
| 241 | |
| 242 | // forEachChunk invokes fn on a sequence of chunks that collectively span all |
| 243 | // bytes in fr. In each call, chunkFR is the subset of fr that falls within |
no test coverage detected