Get shard file paths created by this instance
()
| 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. |