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

Method OnDataFileLoad

par2/file_test.go:49–52  ·  view source on GitHub ↗
(i, n int, path string, byteCount, hits, misses int, err error)

Source from the content-addressed store, hash-verified

47}
48
49func (d testDecoderDelegate) OnDataFileLoad(i, n int, path string, byteCount, hits, misses int, err error) {
50 d.t.Helper()
51 d.t.Logf("OnDataFileLoad(%d, %d, %s, byteCount=%d, hits=%d, misses=%d, %v)", i, n, path, byteCount, hits, misses, err)
52}
53
54func (d testDecoderDelegate) OnParityFileLoad(i int, path string, err error) {
55 d.t.Helper()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected