OnFileDescriptionPacketLoad implements the DecoderDelegate interface.
(fileID [16]byte, filename string, byteCount int)
| 210 | |
| 211 | // OnFileDescriptionPacketLoad implements the DecoderDelegate interface. |
| 212 | func (DoNothingDecoderDelegate) OnFileDescriptionPacketLoad(fileID [16]byte, filename string, byteCount int) { |
| 213 | } |
| 214 | |
| 215 | // OnIFSCPacketLoad implements the DecoderDelegate interface. |
| 216 | func (DoNothingDecoderDelegate) OnIFSCPacketLoad(fileID [16]byte) {} |
nothing calls this directly
no outgoing calls
no test coverage detected