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

Method OnDataFileLoad

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

Source from the content-addressed store, hash-verified

15}
16
17func (d testEncoderDelegate) OnDataFileLoad(i, n int, path string, byteCount int, err error) {
18 d.t.Helper()
19 d.t.Logf("OnDataFileLoad(%d, %d, byteCount=%d, %s, %v)", i, n, byteCount, path, err)
20}
21
22func (d testEncoderDelegate) OnVolumeFileWrite(i, n int, path string, dataByteCount, byteCount int, err error) {
23 d.t.Helper()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected