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

Function tmp

packages/cli/src/commands/add.test.ts:169–171  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

167}
168
169function tmp(): string {
170 return mkdtempSync(join(tmpdir(), "hf-add-test-"));
171}
172
173function uniqueBase(): string {
174 return `https://test.invalid/${crypto.randomUUID()}`;

Callers 1

add.test.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected