Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codecombat/codecombat
/ sleep
Function
sleep
app/lib/common-utils.js:6–8 ·
view source on GitHub ↗
(ms)
Source
from the content-addressed store, hash-verified
4
}
5
6
function
sleep (ms) {
7
return
new
Promise(resolve => setTimeout(resolve, ms))
8
}
9
10
module.exports = {
11
validateEmail,
Callers
1
pollTillResult
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected