Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ZeppelinMC/Zeppelin
/ Decode
Method
Decode
protocol/net/packet/configuration/keepAlive.go:22–24 ·
view source on GitHub ↗
(r encoding.Reader)
Source
from the content-addressed store, hash-verified
20
}
21
22
func
(k *KeepAlive) Decode(r encoding.Reader) error {
23
return
r.Long(&k.KeepAliveID)
24
}
Callers
nothing calls this directly
Calls
1
Long
Method · 0.45
Tested by
no test coverage detected