MCPcopy Create free account
hub / github.com/LagrangeDev/LagrangeGo / debug

Method debug

client/log.go:52–56  ·  view source on GitHub ↗
(msg string, args ...any)

Source from the content-addressed store, hash-verified

50}
51
52func (c *QQClient) debug(msg string, args ...any) {
53 if c.logger != nil {
54 c.logger.Debug(log.Getcaller(msg), args...)
55 }
56}
57
58func (c *QQClient) debugln(msgs ...any) {
59 if c.logger != nil {

Callers 11

uploadGroupAlbumBlockMethod · 0.95
UploadGroupAlbumPhotoMethod · 0.95
UploadGroupAlbumVideoMethod · 0.95
GetFriendsDataMethod · 0.95
GetAllGroupsInfoMethod · 0.95
doHeartbeatMethod · 0.95
highwayUploadBlockMethod · 0.95
decodeLoginResponseMethod · 0.95
netLoopMethod · 0.95

Calls 2

GetcallerFunction · 0.92
DebugMethod · 0.65

Tested by

no test coverage detected