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

Method OnDataFileLoad

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

OnDataFileLoad implements the DecoderDelegate interface.

(i, n int, path string, byteCount, hits, misses int, err error)

Source from the content-addressed store, hash-verified

227
228// OnDataFileLoad implements the DecoderDelegate interface.
229func (DoNothingDecoderDelegate) OnDataFileLoad(i, n int, path string, byteCount, hits, misses int, err error) {
230}
231
232// OnParityFileLoad implements the DecoderDelegate interface.
233func (DoNothingDecoderDelegate) OnParityFileLoad(i int, path string, err error) {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected