Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ZeppelinMC/Zeppelin
/ Decode
Method
Decode
protocol/net/packet/packet.go:23–23 ·
view source on GitHub ↗
(encoding.Reader)
Source
from the content-addressed store, hash-verified
21
22
func
(Error) ID() int32 {
return
-1 }
23
func
(Error) Decode(encoding.Reader) error {
return
nil }
24
25
var
_ Decodeable = (*Error)(nil)
26
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected