Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
37
func
(p *Packet) GetMessageID() uint8 {
38
return
p.id
39
}
40
41
func
(p *Packet) GetData() []byte {
42
return
p.data
Callers
3
ProcessMsg
Method · 0.95
Test_Packet
Function · 0.80
OnMessage
Method · 0.80
Calls
no outgoing calls
Tested by
1
Test_Packet
Function · 0.64