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

Method OnDetectDataFileWrongByteCount

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

OnDetectDataFileWrongByteCount implements the DecoderDelegate interface.

(fileID [16]byte, path string)

Source from the content-addressed store, hash-verified

241
242// OnDetectDataFileWrongByteCount implements the DecoderDelegate interface.
243func (DoNothingDecoderDelegate) OnDetectDataFileWrongByteCount(fileID [16]byte, path string) {}
244
245// OnDataFileWrite implements the DecoderDelegate interface.
246func (DoNothingDecoderDelegate) OnDataFileWrite(i, n int, path string, byteCount int, err error) {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected