Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LagrangeDev/LagrangeGo
/ info
Method
info
client/log.go:16–20 ·
view source on GitHub ↗
(msg string, args ...any)
Source
from the content-addressed store, hash-verified
14
}
15
16
func
(c *QQClient) info(msg string, args ...any) {
17
if
c.logger != nil {
18
c.logger.Info(msg, args...)
19
}
20
}
21
22
func
(c *QQClient) infoln(msgs ...any) {
23
if
c.logger != nil {
Callers
1
connect
Method · 0.95
Calls
1
Info
Method · 0.65
Tested by
no test coverage detected