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

Method stats

packages/utils/src/lib/profiler/profiler-node.ts:303–310  ·  view source on GitHub ↗

@returns Queue statistics and profiling state for monitoring

()

Source from the content-addressed store, hash-verified

301
302 /** @returns Queue statistics and profiling state for monitoring */
303 get stats() {
304 return {
305 ...this.#performanceObserverSink.getStats(),
306 debug: this.#debug,
307 state: this.#state,
308 walOpen: !this.#sink.isClosed(),
309 };
310 }
311
312 /** Flushes buffered performance data to sink. */
313 flush(): void {

Callers

nothing calls this directly

Calls 1

getStatsMethod · 0.45

Tested by

no test coverage detected