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

Method isFinalized

packages/utils/src/lib/wal-sharded.ts:260–262  ·  view source on GitHub ↗

* Checks if the WAL has been finalized. * * @returns true if WAL is in 'finalized' state, false otherwise

()

Source from the content-addressed store, hash-verified

258 * @returns true if WAL is in 'finalized' state, false otherwise
259 */
260 isFinalized(): boolean {
261 return this.#state === 'finalized';
262 }
263
264 /**
265 * Checks if the WAL has been cleaned.

Callers 2

statsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected