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

Method OnDataFileLoad

par1/encoder.go:31–31  ·  view source on GitHub ↗
(i, n int, path string, byteCount int, err error)

Source from the content-addressed store, hash-verified

29// process.
30type EncoderDelegate interface {
31 OnDataFileLoad(i, n int, path string, byteCount int, err error)
32 OnVolumeFileWrite(i, n int, path string, dataByteCount, byteCount int, err error)
33}
34

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected