MCPcopy 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
22func (Error) ID() int32 { return -1 }
23func (Error) Decode(encoding.Reader) error { return nil }
24
25var _ Decodeable = (*Error)(nil)
26

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected