MCPcopy
hub / github.com/compodoc/compodoc / info

Method info

src/utils/logger.ts:19–24  ·  view source on GitHub ↗
(...args)

Source from the content-addressed store, hash-verified

17 }
18
19 public info(...args) {
20 if (!this.silent) {
21 return;
22 }
23 this.logger(this.format(LEVEL.INFO, ...args));
24 }
25
26 public error(...args) {
27 this.logger(this.format(LEVEL.ERROR, ...args));

Callers 15

_isTabPaneMethod · 0.45
removeTabMethod · 0.45
_isTabPaneMethod · 0.45
removeTabMethod · 0.45
_isTabPaneMethod · 0.45
removeTabMethod · 0.45
_isTabPaneMethod · 0.45
removeTabMethod · 0.45
startMethod · 0.45
processPublicApiMethod · 0.45
parseApiMarkdownFilesMethod · 0.45
parseIndexFilesMethod · 0.45

Calls 1

formatMethod · 0.95

Tested by

no test coverage detected