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

Method OnVolumeFileWrite

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

Source from the content-addressed store, hash-verified

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
35func newEncoder(fileIO fileIO, delegate EncoderDelegate, filePaths []string, volumeCount int) (*Encoder, error) {

Callers 1

WriteMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected