(fileID [16]byte, filename string, byteCount int)
| 22 | } |
| 23 | |
| 24 | func (d testDecoderDelegate) OnFileDescriptionPacketLoad(fileID [16]byte, filename string, byteCount int) { |
| 25 | d.t.Helper() |
| 26 | d.t.Logf("OnFileDescriptionPacketLoad(%x, %s, %d)", fileID, filename, byteCount) |
| 27 | } |
| 28 | |
| 29 | func (d testDecoderDelegate) OnIFSCPacketLoad(fileID [16]byte) { |
| 30 | d.t.Helper() |
nothing calls this directly
no outgoing calls
no test coverage detected