Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LagrangeDev/LagrangeGo
/ warning
Method
warning
client/log.go:28–32 ·
view source on GitHub ↗
(msg string, args ...any)
Source
from the content-addressed store, hash-verified
26
}
27
28
func
(c *QQClient) warning(msg string, args ...any) {
29
if
c.logger != nil {
30
c.logger.Warning(log.Getcaller(msg), args...)
31
}
32
}
33
34
func
(c *QQClient) warningln(msgs ...any) {
35
if
c.logger != nil {
Callers
nothing calls this directly
Calls
2
Getcaller
Function · 0.92
Warning
Method · 0.65
Tested by
no test coverage detected