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

Method OnIFSCPacketLoad

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

OnIFSCPacketLoad implements the DecoderDelegate interface.

(fileID [16]byte)

Source from the content-addressed store, hash-verified

214
215// OnIFSCPacketLoad implements the DecoderDelegate interface.
216func (DoNothingDecoderDelegate) OnIFSCPacketLoad(fileID [16]byte) {}
217
218// OnRecoveryPacketLoad implements the DecoderDelegate interface.
219func (DoNothingDecoderDelegate) OnRecoveryPacketLoad(exponent uint16, byteCount int) {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected