Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/heygen-com/hyperframes
/ sleep
Function
sleep
packages/cli/src/commands/lambda/render.ts:233–235 ·
view source on GitHub ↗
(ms: number)
Source
from the content-addressed store, hash-verified
231
}
232
233
function
sleep(ms: number): Promise<void> {
234
return
new
Promise((res) => setTimeout(res, ms));
235
}
Callers
5
waitForCompletion
Function · 0.70
retryStudioSave
Function · 0.50
driveWarmupTicks
Function · 0.50
pollUntilTerminal
Function · 0.50
waitForStudioDist
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected