MCPcopy Index your code
hub / github.com/callstack/agent-device / sleep

Function sleep

src/cli/auth-session.ts:577–579  ·  view source on GitHub ↗
(ms: number)

Source from the content-addressed store, hash-verified

575}
576
577async function sleep(ms: number): Promise<void> {
578 await new Promise((resolve) => setTimeout(resolve, ms));
579}

Callers 3

requestValueMethod · 0.90
pollDeviceAuthFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected