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

Method isCleaned

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

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

()

Source from the content-addressed store, hash-verified

267 * @returns true if WAL is in 'cleaned' state, false otherwise
268 */
269 isCleaned(): boolean {
270 return this.#state === 'cleaned';
271 }
272
273 /**
274 * Generates a filename for a shard file using a shard ID.

Callers 2

statsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected