(i, n int, path string, byteCount int, err error)
| 15 | } |
| 16 | |
| 17 | func (d testEncoderDelegate) OnDataFileLoad(i, n int, path string, byteCount int, err error) { |
| 18 | d.t.Helper() |
| 19 | d.t.Logf("OnDataFileLoad(%d, %d, byteCount=%d, %s, %v)", i, n, byteCount, path, err) |
| 20 | } |
| 21 | |
| 22 | func (d testEncoderDelegate) OnVolumeFileWrite(i, n int, path string, dataByteCount, byteCount int, err error) { |
| 23 | d.t.Helper() |
nothing calls this directly
no outgoing calls
no test coverage detected