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

Struct DoNothingDecoderDelegate

par2/decoder.go:202–202  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

200// DoNothingDecoderDelegate is an implementation of DecoderDelegate
201// that does nothing for all methods.
202type DoNothingDecoderDelegate struct{}
203
204// OnCreatorPacketLoad implements the DecoderDelegate interface.
205func (DoNothingDecoderDelegate) OnCreatorPacketLoad(clientID string) {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected