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