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

Method OnHeaderLoad

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

OnHeaderLoad implements the DecoderDelegate interface.

(headerInfo string)

Source from the content-addressed store, hash-verified

45
46// OnHeaderLoad implements the DecoderDelegate interface.
47func (DoNothingDecoderDelegate) OnHeaderLoad(headerInfo string) {}
48
49// OnFileEntryLoad implements the DecoderDelegate interface.
50func (DoNothingDecoderDelegate) OnFileEntryLoad(i, n int, filename, entryInfo string) {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected