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

Method OnVolumeFileLoad

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

OnVolumeFileLoad implements the DecoderDelegate interface.

(i uint64, path string, storedSetHash, computedSetHash [16]byte, dataByteCount int, err error)

Source from the content-addressed store, hash-verified

61
62// OnVolumeFileLoad implements the DecoderDelegate interface.
63func (DoNothingDecoderDelegate) OnVolumeFileLoad(i uint64, path string, storedSetHash, computedSetHash [16]byte, dataByteCount int, err error) {
64}
65
66func newDecoder(fileIO fileIO, delegate DecoderDelegate, indexFile string) (*Decoder, error) {
67 indexVolume, err := func() (volume, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected