MCPcopy Create free account
hub / github.com/PeterKwesiAnsah/bitty / BencodeInfo

Struct BencodeInfo

bencodeTorrent/decode.go:12–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10)
11
12type BencodeInfo struct {
13 Pieces string `bencode:"pieces"`
14 PieceLength int `bencode:"piece length"`
15 Length int `bencode:"length"`
16 Name string `bencode:"name"`
17}
18
19type BencodeTorrent struct {
20 Announce string `bencode:"announce"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected