(fileID [16]byte, path string)
| 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) |
| 196 | OnDetectDataFileWrongByteCount(fileID [16]byte, path string) |
| 197 | OnDataFileWrite(i, n int, path string, byteCount int, err error) |
| 198 | } |
no outgoing calls
no test coverage detected