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

Method OnDetectDataFileHashMismatch

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

Source from the content-addressed store, hash-verified

62}
63
64func (d testDecoderDelegate) OnDetectDataFileHashMismatch(fileID [16]byte, path string) {
65 d.t.Helper()
66 d.t.Logf("OnDetectDataFileHashMismatch(%x, %s)", fileID, path)
67}
68
69func (d testDecoderDelegate) OnDetectDataFileWrongByteCount(fileID [16]byte, path string) {
70 d.t.Helper()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected