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

Method newline

packages/utils/src/lib/logger.ts:147–149  ·  view source on GitHub ↗

* Print a blank line to the console, used to separate logs for readability. * * Automatically adapts to logger state if called within task, group, etc. * * @example * logger.newline();

()

Source from the content-addressed store, hash-verified

145 * logger.newline();
146 */
147 newline(): void {
148 this.#log('');
149 }
150
151 /**
152 * Is verbose flag set?

Callers 15

LoggerClass · 0.95
groupMethod · 0.95
logger-demo.tsFile · 0.80
logger.int.test.tsFile · 0.80
logStdoutSummaryFunction · 0.80
logPluginsFunction · 0.80
collectAndPersistReportsFunction · 0.80
logLcovRecordsFunction · 0.80
resolveBindingFunction · 0.80
finalizeFunction · 0.80
yargsUploadCommandObjectFunction · 0.80

Calls 1

#logMethod · 0.95

Tested by

no test coverage detected