MCPcopy
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

_getLabelOffsetByKeyMethod · 0.45
_getLabelOffsetByKeyMethod · 0.45
_getLabelOffsetByKeyMethod · 0.45
_getLabelOffsetByKeyMethod · 0.45
startMethod · 0.45
processPublicApiMethod · 0.45
loopInsideModuleMethod · 0.45
cleanFileSpreadsMethod · 0.45
lunr.min.jsFile · 0.45
zaFunction · 0.45
prism.jsFile · 0.45
_tryloadBrokenUrlMethod · 0.45

Calls 1

formatMethod · 0.95

Tested by

no test coverage detected