MCPcopy Index your code
hub / github.com/code-pushup/cli / logDebug

Function logDebug

packages/ci/src/lib/log.ts:38–40  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

36 * @param message Log message
37 */
38export function logDebug(message: string): void {
39 log('debug', message);
40}
41
42/**
43 * Prefixes CI logs with logo and ensures each CI log is followed by an empty line.

Callers 15

runInMonorepoModeFunction · 0.85
loadProjectEnvsFunction · 0.85
collectPreviousReportsFunction · 0.85
collectManyFunction · 0.85
compareManyFunction · 0.85
saveOutputFilesFunction · 0.85
runOnProjectFunction · 0.85
collectPreviousReportFunction · 0.85
checkPrintConfigFunction · 0.85

Calls 1

logFunction · 0.85

Tested by

no test coverage detected