(path string, byteCount int, err error)
| 23 | } |
| 24 | |
| 25 | func (d testEncoderDelegate) OnIndexFileWrite(path string, byteCount int, err error) { |
| 26 | d.t.Helper() |
| 27 | d.t.Logf("OnIndexFileWrite(%s, %d, %v)", path, byteCount, err) |
| 28 | } |
| 29 | |
| 30 | func (d testEncoderDelegate) OnRecoveryFileWrite(start, count, total int, path string, dataByteCount, byteCount int, err error) { |
| 31 | d.t.Helper() |
nothing calls this directly
no outgoing calls
no test coverage detected