MCPcopy 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
174func (c *QQClient) UseDevice(d *auth.DeviceInfo) {
175 c.transport.Device = d
176}
177
178func (c *QQClient) UseSig(s auth.SigInfo) {
179 c.transport.Sig = s

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected