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

Method OnFileEntryLoad

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

OnFileEntryLoad implements the DecoderDelegate interface.

(i, n int, filename, entryInfo string)

Source from the content-addressed store, hash-verified

48
49// OnFileEntryLoad implements the DecoderDelegate interface.
50func (DoNothingDecoderDelegate) OnFileEntryLoad(i, n int, filename, entryInfo string) {}
51
52// OnCommentLoad implements the DecoderDelegate interface.
53func (DoNothingDecoderDelegate) OnCommentLoad(comment []byte) {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected