MCPcopy Index your code
hub / github.com/angular/angular / makeTempDir

Function makeTempDir

vscode-ng-language-service/integration/test_constants.ts:15–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13// TEST_TMPDIR is always set by Bazel.
14const tmpDir = join(process.env['TEST_TMPDIR']!, 'vscode-integration-tests-');
15export function makeTempDir(): string {
16 return mkdtempSync(tmpDir);
17}
18
19export const PACKAGE_ROOT = resolve(__dirname, '..');
20export const SERVER_PATH = join(PACKAGE_ROOT, 'server', 'index.js');

Callers 1

ivy_spec.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…