OnDataFileLoad implements the DecoderDelegate interface.
(i, n int, path string, byteCount, hits, misses int, err error)
| 227 | |
| 228 | // OnDataFileLoad implements the DecoderDelegate interface. |
| 229 | func (DoNothingDecoderDelegate) OnDataFileLoad(i, n int, path string, byteCount, hits, misses int, err error) { |
| 230 | } |
| 231 | |
| 232 | // OnParityFileLoad implements the DecoderDelegate interface. |
| 233 | func (DoNothingDecoderDelegate) OnParityFileLoad(i int, path string, err error) {} |
nothing calls this directly
no outgoing calls
no test coverage detected