(i, n int, path string, byteCount, hits, misses int, err error)
| 190 | OnUnknownPacketLoad(packetType [16]byte, byteCount int) |
| 191 | OnOtherPacketSkip(setID [16]byte, packetType [16]byte, byteCount int) |
| 192 | OnDataFileLoad(i, n int, path string, byteCount, hits, misses int, err error) |
| 193 | OnParityFileLoad(i int, path string, err error) |
| 194 | OnDetectCorruptDataChunk(fileID [16]byte, path string, startByteOffset, endByteOffset int) |
| 195 | OnDetectDataFileHashMismatch(fileID [16]byte, path string) |
no outgoing calls
no test coverage detected