Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/compodoc/compodoc
/ warn
Method
warn
src/utils/logger.ts:30–35 ·
view source on GitHub ↗
(...args)
Source
from the content-addressed store, hash-verified
28
}
29
30
public warn(...args) {
31
if
(!this.silent) {
32
return
;
33
}
34
this.logger(this.format(LEVEL.WARN, ...args));
35
}
36
37
public debug(...args) {
38
if
(!this.silent) {
Callers
15
_getLabelOffsetByKey
Method · 0.45
_getLabelOffsetByKey
Method · 0.45
_getLabelOffsetByKey
Method · 0.45
_getLabelOffsetByKey
Method · 0.45
start
Method · 0.45
processPublicApi
Method · 0.45
loopInsideModule
Method · 0.45
cleanFileSpreads
Method · 0.45
lunr.min.js
File · 0.45
za
Function · 0.45
prism.js
File · 0.45
_tryloadBrokenUrl
Method · 0.45
Calls
1
format
Method · 0.95
Tested by
no test coverage detected