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

Method OnDataFileWrite

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

OnDataFileWrite implements the DecoderDelegate interface.

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

Source from the content-addressed store, hash-verified

58
59// OnDataFileWrite implements the DecoderDelegate interface.
60func (DoNothingDecoderDelegate) OnDataFileWrite(i, n int, path string, byteCount int, err error) {}
61
62// OnVolumeFileLoad implements the DecoderDelegate interface.
63func (DoNothingDecoderDelegate) OnVolumeFileLoad(i uint64, path string, storedSetHash, computedSetHash [16]byte, dataByteCount int, err error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected