MCPcopy 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
64func (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

netLoopMethod · 0.95

Calls 2

GetcallerFunction · 0.92
DumpMethod · 0.65

Tested by

no test coverage detected