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

Method OnDetectDataFileWrongByteCount

par2/file_test.go:69–72  ·  view source on GitHub ↗
(fileID [16]byte, path string)

Source from the content-addressed store, hash-verified

67}
68
69func (d testDecoderDelegate) OnDetectDataFileWrongByteCount(fileID [16]byte, path string) {
70 d.t.Helper()
71 d.t.Logf("OnDetectDataFileWrongByteCount(%x, %s)", fileID, path)
72}
73
74func (d testDecoderDelegate) OnDataFileWrite(i, n int, path string, byteCount int, err error) {
75 d.t.Helper()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected