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

Method OnUnknownPacketLoad

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

OnUnknownPacketLoad implements the DecoderDelegate interface.

(packetType [16]byte, byteCount int)

Source from the content-addressed store, hash-verified

220
221// OnUnknownPacketLoad implements the DecoderDelegate interface.
222func (DoNothingDecoderDelegate) OnUnknownPacketLoad(packetType [16]byte, byteCount int) {}
223
224// OnOtherPacketSkip implements the DecoderDelegate interface.
225func (DoNothingDecoderDelegate) OnOtherPacketSkip(setID [16]byte, packetType [16]byte, byteCount int) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected