Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
64
func
(c *QQClient) FetchQRCodeDefault() ([]byte, string, error) {
65
return
c.FetchQRCode(3, 4, 2)
66
}
67
68
func
(c *QQClient) FetchQRCode(size, margin, ecLevel uint32) ([]byte, string, error) {
69
if
c.Online.Load() {
Callers
1
main
Function · 0.80
Calls
1
FetchQRCode
Method · 0.95
Tested by
no test coverage detected