Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Linen-dev/linen.dev
/ warn
Method
warn
packages/utilities/src/logger.ts:30–32 ·
view source on GitHub ↗
(json: object)
Source
from the content-addressed store, hash-verified
28
this.info(json);
29
}
30
warn(json: object): void {
31
this.logger.warn(this.prefix + util.format(
'%j'
, json));
32
}
33
debug(json: object): void {
34
this.logger.debug(this.prefix + util.format(
'%j'
, json));
35
}
Callers
nothing calls this directly
Calls
2
format
Method · 0.80
warn
Method · 0.65
Tested by
no test coverage detected