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

Method OnDataFileLoad

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

Source from the content-addressed store, hash-verified

18}
19
20func (d testEncoderDelegate) OnDataFileLoad(i, n int, path string, byteCount int, err error) {
21 d.t.Helper()
22 d.t.Logf("OnDataFileLoad(%d, %d, byteCount=%d, %s, %v)", i, n, byteCount, path, err)
23}
24
25func (d testEncoderDelegate) OnIndexFileWrite(path string, byteCount int, err error) {
26 d.t.Helper()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected