OnMainPacketLoad implements the DecoderDelegate interface.
(sliceByteCount, recoverySetCount, nonRecoverySetCount int)
| 206 | |
| 207 | // OnMainPacketLoad implements the DecoderDelegate interface. |
| 208 | func (DoNothingDecoderDelegate) OnMainPacketLoad(sliceByteCount, recoverySetCount, nonRecoverySetCount int) { |
| 209 | } |
| 210 | |
| 211 | // OnFileDescriptionPacketLoad implements the DecoderDelegate interface. |
| 212 | func (DoNothingDecoderDelegate) OnFileDescriptionPacketLoad(fileID [16]byte, filename string, byteCount int) { |
nothing calls this directly
no outgoing calls
no test coverage detected