OnDataFileWrite implements the DecoderDelegate interface.
(i, n int, path string, byteCount int, err error)
| 244 | |
| 245 | // OnDataFileWrite implements the DecoderDelegate interface. |
| 246 | func (DoNothingDecoderDelegate) OnDataFileWrite(i, n int, path string, byteCount int, err error) {} |
| 247 | |
| 248 | func newDecoder(fileIO fileIO, delegate DecoderDelegate, indexPath string, numGoroutines int) (*Decoder, error) { |
| 249 | indexBytes, err := fileIO.ReadFile(indexPath) |
nothing calls this directly
no outgoing calls
no test coverage detected