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

Method OnDataFileWrite

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

Source from the content-addressed store, hash-verified

72}
73
74func (d testDecoderDelegate) OnDataFileWrite(i, n int, path string, byteCount int, err error) {
75 d.t.Helper()
76 d.t.Logf("OnDataFileWrite(%d, %d, %s, %d, %v)", i, n, path, byteCount, err)
77}
78
79func TestFileRoundTrip(t *testing.T) {
80 sliceByteCount := 8

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected