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

Method OnMainPacketLoad

par2/decoder.go:186–186  ·  view source on GitHub ↗
(sliceByteCount, recoverySetCount, nonRecoverySetCount int)

Source from the content-addressed store, hash-verified

184type DecoderDelegate interface {
185 OnCreatorPacketLoad(clientID string)
186 OnMainPacketLoad(sliceByteCount, recoverySetCount, nonRecoverySetCount int)
187 OnFileDescriptionPacketLoad(fileID [16]byte, filename string, byteCount int)
188 OnIFSCPacketLoad(fileID [16]byte)
189 OnRecoveryPacketLoad(exponent uint16, byteCount int)

Callers 1

readFileFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected