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

Method OnCommentLoad

par1/decoder_test.go:54–57  ·  view source on GitHub ↗
(comment []byte)

Source from the content-addressed store, hash-verified

52}
53
54func (d testDecoderDelegate) OnCommentLoad(comment []byte) {
55 d.t.Helper()
56 d.t.Logf("OnCommentLoad(%q)", comment)
57}
58
59func (d testDecoderDelegate) OnDataFileLoad(i, n int, path string, byteCount int, corrupt bool, err error) {
60 d.t.Helper()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected