Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LagrangeDev/LagrangeGo
/ UseSig
Method
UseSig
client/base.go:178–180 ·
view source on GitHub ↗
(s auth.SigInfo)
Source
from the content-addressed store, hash-verified
176
}
177
178
func
(c *QQClient) UseSig(s auth.SigInfo) {
179
c.transport.Sig = s
180
}
181
182
func
(c *QQClient) Sig() *auth.SigInfo {
183
return
&c.transport.Sig
Callers
1
main
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected