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

Method isVerbose

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

* Is verbose flag set? * * Verbosity is configured by setVerbose call or `CP_VERBOSE` environment variable. * * @example * if (logger.isVerbose()) { * // ... * }

()

Source from the content-addressed store, hash-verified

159 * }
160 */
161 isVerbose(): boolean {
162 return this.#isVerbose;
163 }
164
165 /**
166 * Sets verbose flag for this logger.

Callers 10

logger.int.test.tsFile · 0.80
logPluginsFunction · 0.80
logLcovRecordsFunction · 0.80
setVerboseMiddlewareFunction · 0.80
validateFilterOptionFunction · 0.80
utils.unit.test.tsFile · 0.80
logAuditSummaryFunction · 0.80
logReportFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected