OnDetectCorruptDataChunk implements the DecoderDelegate interface.
(fileID [16]byte, path string, startByteOffset, endByteOffset int)
| 234 | |
| 235 | // OnDetectCorruptDataChunk implements the DecoderDelegate interface. |
| 236 | func (DoNothingDecoderDelegate) OnDetectCorruptDataChunk(fileID [16]byte, path string, startByteOffset, endByteOffset int) { |
| 237 | } |
| 238 | |
| 239 | // OnDetectDataFileHashMismatch implements the DecoderDelegate interface. |
| 240 | func (DoNothingDecoderDelegate) OnDetectDataFileHashMismatch(fileID [16]byte, path string) {} |
nothing calls this directly
no outgoing calls
no test coverage detected