OnDetectDataFileHashMismatch implements the DecoderDelegate interface.
(fileID [16]byte, path string)
| 238 | |
| 239 | // OnDetectDataFileHashMismatch implements the DecoderDelegate interface. |
| 240 | func (DoNothingDecoderDelegate) OnDetectDataFileHashMismatch(fileID [16]byte, path string) {} |
| 241 | |
| 242 | // OnDetectDataFileWrongByteCount implements the DecoderDelegate interface. |
| 243 | func (DoNothingDecoderDelegate) OnDetectDataFileWrongByteCount(fileID [16]byte, path string) {} |
nothing calls this directly
no outgoing calls
no test coverage detected