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

Method Decode

protocol/net/packet/status/ping.go:19–21  ·  view source on GitHub ↗
(r encoding.Reader)

Source from the content-addressed store, hash-verified

17}
18
19func (p *Ping) Decode(r encoding.Reader) error {
20 return r.Long(&p.Payload)
21}

Callers

nothing calls this directly

Calls 1

LongMethod · 0.45

Tested by

no test coverage detected