OnOtherPacketSkip implements the DecoderDelegate interface.
(setID [16]byte, packetType [16]byte, byteCount int)
| 223 | |
| 224 | // OnOtherPacketSkip implements the DecoderDelegate interface. |
| 225 | func (DoNothingDecoderDelegate) OnOtherPacketSkip(setID [16]byte, packetType [16]byte, byteCount int) { |
| 226 | } |
| 227 | |
| 228 | // OnDataFileLoad implements the DecoderDelegate interface. |
| 229 | func (DoNothingDecoderDelegate) OnDataFileLoad(i, n int, path string, byteCount, hits, misses int, err error) { |
nothing calls this directly
no outgoing calls
no test coverage detected