* Gets RUNNER_TEMP
()
| 4533 | * Gets RUNNER_TEMP |
| 4534 | */ |
| 4535 | function _getTempDirectory() { |
| 4536 | const tempDirectory = process.env['RUNNER_TEMP'] || ''; |
| 4537 | assert_1.ok(tempDirectory, 'Expected RUNNER_TEMP to be defined'); |
| 4538 | return tempDirectory; |
| 4539 | } |
| 4540 | /** |
| 4541 | * Gets a global variable |
| 4542 | */ |
no outgoing calls
no test coverage detected
searching dependent graphs…