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

Method OnFileDescriptionPacketLoad

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

OnFileDescriptionPacketLoad implements the DecoderDelegate interface.

(fileID [16]byte, filename string, byteCount int)

Source from the content-addressed store, hash-verified

210
211// OnFileDescriptionPacketLoad implements the DecoderDelegate interface.
212func (DoNothingDecoderDelegate) OnFileDescriptionPacketLoad(fileID [16]byte, filename string, byteCount int) {
213}
214
215// OnIFSCPacketLoad implements the DecoderDelegate interface.
216func (DoNothingDecoderDelegate) OnIFSCPacketLoad(fileID [16]byte) {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected