OnParityFileLoad implements the DecoderDelegate interface.
(i int, path string, err error)
| 231 | |
| 232 | // OnParityFileLoad implements the DecoderDelegate interface. |
| 233 | func (DoNothingDecoderDelegate) OnParityFileLoad(i int, path string, err error) {} |
| 234 | |
| 235 | // OnDetectCorruptDataChunk implements the DecoderDelegate interface. |
| 236 | func (DoNothingDecoderDelegate) OnDetectCorruptDataChunk(fileID [16]byte, path string, startByteOffset, endByteOffset int) { |
nothing calls this directly
no outgoing calls
no test coverage detected