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

Method OnDataFileWrite

par2/decoder.go:492–492  ·  view source on GitHub ↗
(i, n int, path string, byteCount int, err error)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected