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

Method OnIndexFileWrite

par2/encoder_test.go:25–28  ·  view source on GitHub ↗
(path string, byteCount int, err error)

Source from the content-addressed store, hash-verified

23}
24
25func (d testEncoderDelegate) OnIndexFileWrite(path string, byteCount int, err error) {
26 d.t.Helper()
27 d.t.Logf("OnIndexFileWrite(%s, %d, %v)", path, byteCount, err)
28}
29
30func (d testEncoderDelegate) OnRecoveryFileWrite(start, count, total int, path string, dataByteCount, byteCount int, err error) {
31 d.t.Helper()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected