MCPcopy Create free account
hub / github.com/ZeppelinMC/Zeppelin / Decode

Method Decode

protocol/net/packet/configuration/ping.go:22–24  ·  view source on GitHub ↗
(r encoding.Reader)

Source from the content-addressed store, hash-verified

20}
21
22func (p *Ping) Decode(r encoding.Reader) error {
23 return r.Int(&p.ID_)
24}
25
26type Pong = Ping

Callers

nothing calls this directly

Calls 1

IntMethod · 0.45

Tested by

no test coverage detected