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

Method OnFileDescriptionPacketLoad

par2/file_test.go:24–27  ·  view source on GitHub ↗
(fileID [16]byte, filename string, byteCount int)

Source from the content-addressed store, hash-verified

22}
23
24func (d testDecoderDelegate) OnFileDescriptionPacketLoad(fileID [16]byte, filename string, byteCount int) {
25 d.t.Helper()
26 d.t.Logf("OnFileDescriptionPacketLoad(%x, %s, %d)", fileID, filename, byteCount)
27}
28
29func (d testDecoderDelegate) OnIFSCPacketLoad(fileID [16]byte) {
30 d.t.Helper()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected