Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ZeppelinMC/Zeppelin
/ Encode
Method
Encode
protocol/net/packet/packet.go:41–43 ·
view source on GitHub ↗
(encoding.Writer)
Source
from the content-addressed store, hash-verified
39
}
40
41
func
(u UnknownPacket) Encode(encoding.Writer) error {
42
return
nil
43
}
44
45
type
EmptyPacket
struct
{
46
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected