(setOutputPromise_0, shell_0)
| 295 | return t26; |
| 296 | } |
| 297 | function _temp(setOutputPromise_0, shell_0) { |
| 298 | return setOutputPromise_0(getTaskOutput(shell_0)); |
| 299 | } |
| 300 | type ShellOutputContentProps = { |
| 301 | outputPromise: Promise<TaskOutputResult>; |
| 302 | columns: number; |
nothing calls this directly
no test coverage detected