()
| 366 | } |
| 367 | |
| 368 | async flush(): Promise<void> { |
| 369 | await this.#disk?.flush() |
| 370 | } |
| 371 | |
| 372 | /** Delete the output file (fire-and-forget safe). */ |
| 373 | async deleteOutputFile(): Promise<void> { |
nothing calls this directly
no outgoing calls
no test coverage detected