()
| 56 | |
| 57 | /** Test helper — clears the memoized dir. */ |
| 58 | export function _resetTaskOutputDirForTest(): void { |
| 59 | _taskOutputDir = undefined |
| 60 | } |
| 61 | |
| 62 | /** |
| 63 | * Ensure the task output directory exists |
nothing calls this directly
no outgoing calls
no test coverage detected