Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
169
function
tmp(): string {
170
return
mkdtempSync(join(tmpdir(),
"hf-add-test-"
));
171
}
172
173
function
uniqueBase(): string {
174
return
`https:
//test.invalid/${crypto.randomUUID()}`;
Callers
1
add.test.ts
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected