Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
22
func
(p *Ping) Decode(r encoding.Reader) error {
23
return
r.Int(&p.ID_)
24
}
25
26
type
Pong = Ping
Callers
nothing calls this directly
Calls
1
Int
Method · 0.45
Tested by
no test coverage detected