(fileID [16]byte, path string)
| 62 | } |
| 63 | |
| 64 | func (d testDecoderDelegate) OnDetectDataFileHashMismatch(fileID [16]byte, path string) { |
| 65 | d.t.Helper() |
| 66 | d.t.Logf("OnDetectDataFileHashMismatch(%x, %s)", fileID, path) |
| 67 | } |
| 68 | |
| 69 | func (d testDecoderDelegate) OnDetectDataFileWrongByteCount(fileID [16]byte, path string) { |
| 70 | d.t.Helper() |
nothing calls this directly
no outgoing calls
no test coverage detected