MCPcopy Create free account
hub / github.com/akalin/gopar / OnRecoveryFileWrite

Method OnRecoveryFileWrite

par2/encoder.go:45–45  ·  view source on GitHub ↗
(start, count, total int, path string, dataByteCount, byteCount int, err error)

Source from the content-addressed store, hash-verified

43 OnDataFileLoad(i, n int, path string, byteCount int, err error)
44 OnIndexFileWrite(path string, byteCount int, err error)
45 OnRecoveryFileWrite(start, count, total int, path string, dataByteCount, byteCount int, err error)
46}
47
48func newEncoder(fileIO fileIO, delegate EncoderDelegate, basePath string, filePaths []string, sliceByteCount, parityShardCount, numGoroutines int) (*Encoder, error) {

Callers 1

WriteMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected