MCPcopy Create free account
hub / github.com/Azure/powershell / _getTempDirectory

Function _getTempDirectory

lib/index.js:4535–4539  ·  view source on GitHub ↗

* Gets RUNNER_TEMP

()

Source from the content-addressed store, hash-verified

4533 * Gets RUNNER_TEMP
4534 */
4535function _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 */

Callers 2

downloadToolFunction · 0.85
_createExtractFolderFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…