Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tron521/codex-console-temp
/ sleep
Function
sleep
static/js/accounts.js:34–36 ·
view source on GitHub ↗
(ms)
Source
from the content-addressed store, hash-verified
32
};
33
34
function
sleep(ms) {
35
return
new
Promise((resolve) => setTimeout(resolve, ms));
36
}
37
38
function
delay(ms) {
39
return
new
Promise((resolve) => setTimeout(resolve, ms));
Callers
1
watchDomainTask
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected