MCPcopy Create free account
hub / github.com/LagrangeDev/LagrangeGo / Device

Method Device

client/base.go:170–172  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

168}
169
170func (c *QQClient) Device() *auth.DeviceInfo {
171 return c.transport.Device
172}
173
174func (c *QQClient) UseDevice(d *auth.DeviceInfo) {
175 c.transport.Device = d

Callers 9

TokenLoginMethod · 0.95
FetchQRCodeMethod · 0.95
keyExchangeMethod · 0.95
PasswordLoginMethod · 0.95
SubmitCaptchaMethod · 0.95
GetNewDeviceVerifyURLMethod · 0.95
NewDeviceVerifyMethod · 0.95
QRCodeLoginMethod · 0.95
registerMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected