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

Method OnCommentLoad

par1/decoder.go:53–53  ·  view source on GitHub ↗

OnCommentLoad implements the DecoderDelegate interface.

(comment []byte)

Source from the content-addressed store, hash-verified

51
52// OnCommentLoad implements the DecoderDelegate interface.
53func (DoNothingDecoderDelegate) OnCommentLoad(comment []byte) {}
54
55// OnDataFileLoad implements the DecoderDelegate interface.
56func (DoNothingDecoderDelegate) OnDataFileLoad(i, n int, path string, byteCount int, corrupt bool, err error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected