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

Method FetchQRCodeDefault

client/client.go:64–66  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

62}
63
64func (c *QQClient) FetchQRCodeDefault() ([]byte, string, error) {
65 return c.FetchQRCode(3, 4, 2)
66}
67
68func (c *QQClient) FetchQRCode(size, margin, ecLevel uint32) ([]byte, string, error) {
69 if c.Online.Load() {

Callers 1

mainFunction · 0.80

Calls 1

FetchQRCodeMethod · 0.95

Tested by

no test coverage detected