OnDataFileWrite implements the DecoderDelegate interface.
(i, n int, path string, byteCount int, err error)
| 58 | |
| 59 | // OnDataFileWrite implements the DecoderDelegate interface. |
| 60 | func (DoNothingDecoderDelegate) OnDataFileWrite(i, n int, path string, byteCount int, err error) {} |
| 61 | |
| 62 | // OnVolumeFileLoad implements the DecoderDelegate interface. |
| 63 | func (DoNothingDecoderDelegate) OnVolumeFileLoad(i uint64, path string, storedSetHash, computedSetHash [16]byte, dataByteCount int, err error) { |
nothing calls this directly
no outgoing calls
no test coverage detected