(fileID [16]byte, filename string, byteCount int)
| 132 | } |
| 133 | |
| 134 | func (par2LogDecoderDelegate) OnFileDescriptionPacketLoad(fileID [16]byte, filename string, byteCount int) { |
| 135 | fmt.Printf("Loaded file description packet for %q (ID=%x, %d bytes)\n", filename, fileID, byteCount) |
| 136 | } |
| 137 | |
| 138 | func (par2LogDecoderDelegate) OnIFSCPacketLoad(fileID [16]byte) { |
| 139 | fmt.Printf("Loaded checksums for file with ID %x\n", fileID) |
nothing calls this directly
no outgoing calls
no test coverage detected