OnDataFileLoad implements the DecoderDelegate interface.
(i, n int, path string, byteCount int, corrupt bool, err error)
| 54 | |
| 55 | // OnDataFileLoad implements the DecoderDelegate interface. |
| 56 | func (DoNothingDecoderDelegate) OnDataFileLoad(i, n int, path string, byteCount int, corrupt bool, err error) { |
| 57 | } |
| 58 | |
| 59 | // OnDataFileWrite implements the DecoderDelegate interface. |
| 60 | func (DoNothingDecoderDelegate) OnDataFileWrite(i, n int, path string, byteCount int, err error) {} |
nothing calls this directly
no outgoing calls
no test coverage detected