(i, n int, path string, byteCount int, err error)
| 62 | } |
| 63 | |
| 64 | func (d testDecoderDelegate) OnDataFileWrite(i, n int, path string, byteCount int, err error) { |
| 65 | d.t.Helper() |
| 66 | d.t.Logf("OnDataFileWrite(%d, %d, %s, byteCount=%d, %v)", i, n, path, byteCount, err) |
| 67 | } |
| 68 | |
| 69 | func (d testDecoderDelegate) OnVolumeFileLoad(i uint64, path string, storedSetHash, computedSetHash [16]byte, dataByteCount int, err error) { |
| 70 | d.t.Helper() |
nothing calls this directly
no outgoing calls
no test coverage detected