MCPcopy Create free account
hub / github.com/heygen-com/hyperframes / tmpDir

Function tmpDir

packages/core/src/safePath.test.ts:15–19  ·  view source on GitHub ↗
(prefix: string)

Source from the content-addressed store, hash-verified

13 });
14
15 function tmpDir(prefix: string): string {
16 const dir = mkdtempSync(join(tmpdir(), prefix));
17 tmpDirs.push(dir);
18 return dir;
19 }
20
21 // Mirror the repo convention (preview.test.ts): non-symlink-privileged Windows
22 // runners can't create symlinks — skip those cases rather than crash the suite.

Callers 1

safePath.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected