MCPcopy Create free account
hub / github.com/code-pushup/cli / #colorize

Method #colorize

packages/utils/src/lib/logger.ts:509–514  ·  view source on GitHub ↗
(text: string, color: AnsiColors | undefined)

Source from the content-addressed store, hash-verified

507 }
508
509 #colorize(text: string, color: AnsiColors | undefined): string {
510 if (!color) {
511 return text;
512 }
513 return ansis[color](text);
514 }
515
516 #formatDurationSuffix({
517 start,

Callers 5

LoggerClass · 0.95
groupMethod · 0.95
#formatGroupTitleMethod · 0.95
#spinnerMethod · 0.95
#formatMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected