(i, n int, filename, entryInfo string)
| 47 | } |
| 48 | |
| 49 | func (d testDecoderDelegate) OnFileEntryLoad(i, n int, filename, entryInfo string) { |
| 50 | d.t.Helper() |
| 51 | d.t.Logf("OnFileEntryLoad(%d, %d, %s, %s)", i, n, filename, entryInfo) |
| 52 | } |
| 53 | |
| 54 | func (d testDecoderDelegate) OnCommentLoad(comment []byte) { |
| 55 | d.t.Helper() |
nothing calls this directly
no outgoing calls
no test coverage detected