Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
23
function
makeTempDir(): string {
24
return
fs.mkdtempSync(path.join(tmpdir(),
'vc-diag-test-'
));
25
}
26
27
function
writeUvLock(
28
dir: string,
Callers
1
diagnostics.test.ts
File · 0.70
Calls
1
join
Method · 0.45
Tested by
no test coverage detected