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

Method OnDetectDataFileWrongByteCount

par2/decoder.go:490–490  ·  view source on GitHub ↗
(fileID [16]byte, path string)

Source from the content-addressed store, hash-verified

488func (recoveryDelegate) OnDetectDataFileHashMismatch(fileID [16]byte, path string) {}
489
490func (recoveryDelegate) OnDetectDataFileWrongByteCount(fileID [16]byte, path string) {}
491
492func (recoveryDelegate) OnDataFileWrite(i, n int, path string, byteCount int, err error) {}
493

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected