Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LagrangeDev/LagrangeGo
/ getSequence
Method
getSequence
client/base.go:279–281 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
277
}
278
279
func
(c *QQClient) getSequence() uint32 {
280
return
atomic.LoadUint32(&c.transport.Sig.Sequence) % 0x8000
281
}
Callers
1
SendRawMessage
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected