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

Method OnDataFileWrite

cmd/par/main.go:182–188  ·  view source on GitHub ↗
(i, n int, path string, byteCount int, err error)

Source from the content-addressed store, hash-verified

180}
181
182func (par2LogDecoderDelegate) OnDataFileWrite(i, n int, path string, byteCount int, err error) {
183 if err != nil {
184 fmt.Printf("[%d/%d] Writing data file %q failed: %+v\n", i, n, path, err)
185 } else {
186 fmt.Printf("[%d/%d] Wrote data file %q (%d bytes)\n", i, n, path, byteCount)
187 }
188}
189
190type par2LogVerifyDelegate struct {
191 par2LogDecoderDelegate

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected