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

Method OnDetectDataFileHashMismatch

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

OnDetectDataFileHashMismatch implements the DecoderDelegate interface.

(fileID [16]byte, path string)

Source from the content-addressed store, hash-verified

238
239// OnDetectDataFileHashMismatch implements the DecoderDelegate interface.
240func (DoNothingDecoderDelegate) OnDetectDataFileHashMismatch(fileID [16]byte, path string) {}
241
242// OnDetectDataFileWrongByteCount implements the DecoderDelegate interface.
243func (DoNothingDecoderDelegate) OnDetectDataFileWrongByteCount(fileID [16]byte, path string) {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected