(i, n int, path string, byteCount int, err error)
| 490 | func (recoveryDelegate) OnDetectDataFileWrongByteCount(fileID [16]byte, path string) {} |
| 491 | |
| 492 | func (recoveryDelegate) OnDataFileWrite(i, n int, path string, byteCount int, err error) {} |
| 493 | |
| 494 | // LoadParityData searches for parity volumes and loads them into |
| 495 | // memory. |
nothing calls this directly
no outgoing calls
no test coverage detected