| 30 | * and is buffered in memory, spilling to disk if it exceeds the limit. |
| 31 | */ |
| 32 | export class TaskOutput { |
| 33 | readonly taskId: string |
| 34 | readonly path: string |
| 35 | /** True when stdout goes to a file fd (bypassing JS). False for pipe mode (hooks). */ |
nothing calls this directly
no outgoing calls
no test coverage detected