Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
577
async
function
sleep(ms: number): Promise<void> {
578
await
new
Promise((resolve) => setTimeout(resolve, ms));
579
}
Callers
3
requestValue
Method · 0.90
waitForRunningRemoteAccessSession
Function · 0.90
pollDeviceAuth
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected