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

Method OnMainPacketLoad

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

OnMainPacketLoad implements the DecoderDelegate interface.

(sliceByteCount, recoverySetCount, nonRecoverySetCount int)

Source from the content-addressed store, hash-verified

206
207// OnMainPacketLoad implements the DecoderDelegate interface.
208func (DoNothingDecoderDelegate) OnMainPacketLoad(sliceByteCount, recoverySetCount, nonRecoverySetCount int) {
209}
210
211// OnFileDescriptionPacketLoad implements the DecoderDelegate interface.
212func (DoNothingDecoderDelegate) OnFileDescriptionPacketLoad(fileID [16]byte, filename string, byteCount int) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected