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

Method init

client/client.go:399–401  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

397}
398
399func (c *QQClient) init() error {
400 return c.register()
401}
402
403func (c *QQClient) register() error {
404 response, err := c.sendUniPacketAndWait(

Callers 5

TokenLoginMethod · 0.95
PasswordLoginMethod · 0.95
SubmitCaptchaMethod · 0.95
NewDeviceVerifyMethod · 0.95
QRCodeLoginMethod · 0.95

Calls 1

registerMethod · 0.95

Tested by

no test coverage detected