(comment []byte)
| 52 | } |
| 53 | |
| 54 | func (d testDecoderDelegate) OnCommentLoad(comment []byte) { |
| 55 | d.t.Helper() |
| 56 | d.t.Logf("OnCommentLoad(%q)", comment) |
| 57 | } |
| 58 | |
| 59 | func (d testDecoderDelegate) OnDataFileLoad(i, n int, path string, byteCount int, corrupt bool, err error) { |
| 60 | d.t.Helper() |
nothing calls this directly
no outgoing calls
no test coverage detected