OnFileEntryLoad implements the DecoderDelegate interface.
(i, n int, filename, entryInfo string)
| 48 | |
| 49 | // OnFileEntryLoad implements the DecoderDelegate interface. |
| 50 | func (DoNothingDecoderDelegate) OnFileEntryLoad(i, n int, filename, entryInfo string) {} |
| 51 | |
| 52 | // OnCommentLoad implements the DecoderDelegate interface. |
| 53 | func (DoNothingDecoderDelegate) OnCommentLoad(comment []byte) {} |
nothing calls this directly
no outgoing calls
no test coverage detected