(fileID [16]byte, path string)
| 67 | } |
| 68 | |
| 69 | func (d testDecoderDelegate) OnDetectDataFileWrongByteCount(fileID [16]byte, path string) { |
| 70 | d.t.Helper() |
| 71 | d.t.Logf("OnDetectDataFileWrongByteCount(%x, %s)", fileID, path) |
| 72 | } |
| 73 | |
| 74 | func (d testDecoderDelegate) OnDataFileWrite(i, n int, path string, byteCount int, err error) { |
| 75 | d.t.Helper() |
nothing calls this directly
no outgoing calls
no test coverage detected