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

Method OnDataFileLoad

par1/decoder.go:56–57  ·  view source on GitHub ↗

OnDataFileLoad implements the DecoderDelegate interface.

(i, n int, path string, byteCount int, corrupt bool, err error)

Source from the content-addressed store, hash-verified

54
55// OnDataFileLoad implements the DecoderDelegate interface.
56func (DoNothingDecoderDelegate) OnDataFileLoad(i, n int, path string, byteCount int, corrupt bool, err error) {
57}
58
59// OnDataFileWrite implements the DecoderDelegate interface.
60func (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