Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LagrangeDev/LagrangeGo
/ dump
Method
dump
client/log.go:64–68 ·
view source on GitHub ↗
(msg string, data []byte, args ...any)
Source
from the content-addressed store, hash-verified
62
}
63
64
func
(c *QQClient) dump(msg string, data []byte, args ...any) {
65
if
c.logger != nil {
66
c.logger.Dump(data, log.Getcaller(msg), args...)
67
}
68
}
Callers
1
netLoop
Method · 0.95
Calls
2
Getcaller
Function · 0.92
Dump
Method · 0.65
Tested by
no test coverage detected