Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ZeppelinMC/Zeppelin
/ Encode
Method
Encode
protocol/net/packet/packet.go:48–50 ·
view source on GitHub ↗
(encoding.Writer)
Source
from the content-addressed store, hash-verified
46
}
47
48
func
(pk EmptyPacket) Encode(encoding.Writer) error {
49
return
nil
50
}
51
52
func
(pk EmptyPacket) Decode(encoding.Reader) error {
53
return
nil
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected