MCPcopy Create free account
hub / github.com/byebyebruce/lockstepserver / GetMessageID

Method GetMessageID

protocol/protocol.go:37–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35}
36
37func (p *Packet) GetMessageID() uint8 {
38 return p.id
39}
40
41func (p *Packet) GetData() []byte {
42 return p.data

Callers 3

ProcessMsgMethod · 0.95
Test_PacketFunction · 0.80
OnMessageMethod · 0.80

Calls

no outgoing calls

Tested by 1

Test_PacketFunction · 0.64