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

Method OnVolumeFileLoad

par1/decoder_test.go:69–72  ·  view source on GitHub ↗
(i uint64, path string, storedSetHash, computedSetHash [16]byte, dataByteCount int, err error)

Source from the content-addressed store, hash-verified

67}
68
69func (d testDecoderDelegate) OnVolumeFileLoad(i uint64, path string, storedSetHash, computedSetHash [16]byte, dataByteCount int, err error) {
70 d.t.Helper()
71 d.t.Logf("OnVolumeFileLoad(%d, %s, storedSetHash=%x, computedSetHash=%x, dataByteCount=%d, %v)", i, path, storedSetHash, computedSetHash, dataByteCount, err)
72}
73
74func toSortedStrings(arr []string) []string {
75 arrCopy := make([]string, len(arr))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected