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

Method OnDetectCorruptDataChunk

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

OnDetectCorruptDataChunk implements the DecoderDelegate interface.

(fileID [16]byte, path string, startByteOffset, endByteOffset int)

Source from the content-addressed store, hash-verified

234
235// OnDetectCorruptDataChunk implements the DecoderDelegate interface.
236func (DoNothingDecoderDelegate) OnDetectCorruptDataChunk(fileID [16]byte, path string, startByteOffset, endByteOffset int) {
237}
238
239// OnDetectDataFileHashMismatch implements the DecoderDelegate interface.
240func (DoNothingDecoderDelegate) OnDetectDataFileHashMismatch(fileID [16]byte, path string) {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected