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

Struct DoNothingDecoderDelegate

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

DoNothingDecoderDelegate is an implementation of DecoderDelegate that does nothing for all methods.

Source from the content-addressed store, hash-verified

42// DoNothingDecoderDelegate is an implementation of DecoderDelegate
43// that does nothing for all methods.
44type DoNothingDecoderDelegate struct{}
45
46// OnHeaderLoad implements the DecoderDelegate interface.
47func (DoNothingDecoderDelegate) OnHeaderLoad(headerInfo string) {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected