Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/NativeScript/SimDeck
/ sleep
Function
sleep
scripts/integration/android.mjs:953–955 ·
view source on GitHub ↗
(ms)
Source
from the content-addressed store, hash-verified
951
}
952
953
function
sleep(ms) {
954
return
new
Promise((resolve) => setTimeout(resolve, ms));
955
}
Callers
2
waitForBooted
Function · 0.70
retryAsync
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected