Total file size in bytes, set after getStdout() reads the file.
()
| 355 | |
| 356 | /** Total file size in bytes, set after getStdout() reads the file. */ |
| 357 | get outputFileSize(): number { |
| 358 | return this.#outputFileSize |
| 359 | } |
| 360 | |
| 361 | /** Force all buffered content to disk. Call when backgrounding. */ |
| 362 | spillToDisk(): void { |
nothing calls this directly
no outgoing calls
no test coverage detected