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

Method OnVolumeFileWrite

par1/encoder_test.go:22–25  ·  view source on GitHub ↗
(i, n int, path string, dataByteCount, byteCount int, err error)

Source from the content-addressed store, hash-verified

20}
21
22func (d testEncoderDelegate) OnVolumeFileWrite(i, n int, path string, dataByteCount, byteCount int, err error) {
23 d.t.Helper()
24 d.t.Logf("OnVolumeFileWrite(%d, %d, %s, dataByteCount=%d, byteCount=%d, %v)", i, n, path, dataByteCount, byteCount, err)
25}
26
27func makeEncoderMemFS(workingDir string) memfs.MemFS {
28 return memfs.MakeMemFS(workingDir, map[string][]byte{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected