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

Method OnFileEntryLoad

par1/decoder_test.go:49–52  ·  view source on GitHub ↗
(i, n int, filename, entryInfo string)

Source from the content-addressed store, hash-verified

47}
48
49func (d testDecoderDelegate) OnFileEntryLoad(i, n int, filename, entryInfo string) {
50 d.t.Helper()
51 d.t.Logf("OnFileEntryLoad(%d, %d, %s, %s)", i, n, filename, entryInfo)
52}
53
54func (d testDecoderDelegate) OnCommentLoad(comment []byte) {
55 d.t.Helper()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected