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

Method OnDataFileWrite

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

Source from the content-addressed store, hash-verified

62}
63
64func (d testDecoderDelegate) OnDataFileWrite(i, n int, path string, byteCount int, err error) {
65 d.t.Helper()
66 d.t.Logf("OnDataFileWrite(%d, %d, %s, byteCount=%d, %v)", i, n, path, byteCount, err)
67}
68
69func (d testDecoderDelegate) OnVolumeFileLoad(i uint64, path string, storedSetHash, computedSetHash [16]byte, dataByteCount int, err error) {
70 d.t.Helper()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected