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

Method getCreatedShardFiles

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

Get shard file paths created by this instance

()

Source from the content-addressed store, hash-verified

341
342 /** Get shard file paths created by this instance */
343 private getCreatedShardFiles() {
344 return this.#createdShardFiles.filter(f => fs.existsSync(f));
345 }
346
347 /**
348 * Finalize all shards by merging them into a single output file.

Callers 1

statsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected