MCPcopy Create free account
hub / github.com/vercel/vercel / makeTempDir

Function makeTempDir

packages/python/test/diagnostics.test.ts:23–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21};
22
23function makeTempDir(): string {
24 return fs.mkdtempSync(path.join(tmpdir(), 'vc-diag-test-'));
25}
26
27function writeUvLock(
28 dir: string,

Callers 1

Calls 1

joinMethod · 0.45

Tested by

no test coverage detected