Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/heygen-com/hyperframes
/ makeTmpRoot
Function
makeTmpRoot
packages/aws-lambda/src/handler.test.ts:94–98 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
92
});
93
94
function
makeTmpRoot(): string {
95
const
dir = mkdtempSync(join(tmpdir(),
"hf-lambda-test-"
));
96
tmpDirs.push(dir);
97
return
dir;
98
}
99
100
describe(
"unwrapEvent"
, () => {
101
it(
"returns a bare event unchanged"
, () => {
Callers
1
handler.test.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected