OnCommentLoad implements the DecoderDelegate interface.
(comment []byte)
| 51 | |
| 52 | // OnCommentLoad implements the DecoderDelegate interface. |
| 53 | func (DoNothingDecoderDelegate) OnCommentLoad(comment []byte) {} |
| 54 | |
| 55 | // OnDataFileLoad implements the DecoderDelegate interface. |
| 56 | func (DoNothingDecoderDelegate) OnDataFileLoad(i, n int, path string, byteCount int, corrupt bool, err error) { |
nothing calls this directly
no outgoing calls
no test coverage detected