OnDetectDataFileWrongByteCount implements the DecoderDelegate interface.
(fileID [16]byte, path string)
| 241 | |
| 242 | // OnDetectDataFileWrongByteCount implements the DecoderDelegate interface. |
| 243 | func (DoNothingDecoderDelegate) OnDetectDataFileWrongByteCount(fileID [16]byte, path string) {} |
| 244 | |
| 245 | // OnDataFileWrite implements the DecoderDelegate interface. |
| 246 | func (DoNothingDecoderDelegate) OnDataFileWrite(i, n int, path string, byteCount int, err error) {} |
nothing calls this directly
no outgoing calls
no test coverage detected