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

Method OnFileDescriptionPacketLoad

cmd/par/main.go:134–136  ·  view source on GitHub ↗
(fileID [16]byte, filename string, byteCount int)

Source from the content-addressed store, hash-verified

132}
133
134func (par2LogDecoderDelegate) OnFileDescriptionPacketLoad(fileID [16]byte, filename string, byteCount int) {
135 fmt.Printf("Loaded file description packet for %q (ID=%x, %d bytes)\n", filename, fileID, byteCount)
136}
137
138func (par2LogDecoderDelegate) OnIFSCPacketLoad(fileID [16]byte) {
139 fmt.Printf("Loaded checksums for file with ID %x\n", fileID)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected