MCPcopy 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
233function sleep(ms: number): Promise<void> {
234 return new Promise((res) => setTimeout(res, ms));
235}

Callers 5

waitForCompletionFunction · 0.70
retryStudioSaveFunction · 0.50
driveWarmupTicksFunction · 0.50
pollUntilTerminalFunction · 0.50
waitForStudioDistFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected