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

Method OnParityFileLoad

par2/decoder.go:233–233  ·  view source on GitHub ↗

OnParityFileLoad implements the DecoderDelegate interface.

(i int, path string, err error)

Source from the content-addressed store, hash-verified

231
232// OnParityFileLoad implements the DecoderDelegate interface.
233func (DoNothingDecoderDelegate) OnParityFileLoad(i int, path string, err error) {}
234
235// OnDetectCorruptDataChunk implements the DecoderDelegate interface.
236func (DoNothingDecoderDelegate) OnDetectCorruptDataChunk(fileID [16]byte, path string, startByteOffset, endByteOffset int) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected