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

Method OnOtherPacketSkip

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

OnOtherPacketSkip implements the DecoderDelegate interface.

(setID [16]byte, packetType [16]byte, byteCount int)

Source from the content-addressed store, hash-verified

223
224// OnOtherPacketSkip implements the DecoderDelegate interface.
225func (DoNothingDecoderDelegate) OnOtherPacketSkip(setID [16]byte, packetType [16]byte, byteCount int) {
226}
227
228// OnDataFileLoad implements the DecoderDelegate interface.
229func (DoNothingDecoderDelegate) OnDataFileLoad(i, n int, path string, byteCount, hits, misses int, err error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected