* True after getStdout() when the output file was fully read. * The file content is redundant (fully in ExecResult.stdout) and can be deleted.
()
| 350 | * The file content is redundant (fully in ExecResult.stdout) and can be deleted. |
| 351 | */ |
| 352 | get outputFileRedundant(): boolean { |
| 353 | return this.#outputFileRedundant |
| 354 | } |
| 355 | |
| 356 | /** Total file size in bytes, set after getStdout() reads the file. */ |
| 357 | get outputFileSize(): number { |
nothing calls this directly
no outgoing calls
no test coverage detected