Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Linen-dev/linen.dev
/ debug
Method
debug
packages/integration-discord/src/utils/logger.ts:37–39 ·
view source on GitHub ↗
(json: object)
Source
from the content-addressed store, hash-verified
35
this.logger.warn(this.format(
'WARN'
, json));
36
}
37
debug(json: object): void {
38
this.logger.debug(this.format(
'DEBUG'
, json));
39
}
40
}
Callers
nothing calls this directly
Calls
2
format
Method · 0.95
debug
Method · 0.65
Tested by
no test coverage detected