Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tron521/codex-console-temp
/ sleep
Method
sleep
static/js/utils.js:275–277 ·
view source on GitHub ↗
(ms)
Source
from the content-addressed store, hash-verified
273
}
274
275
sleep(ms) {
276
return
new
Promise((resolve) => setTimeout(resolve, ms));
277
}
278
279
async
request(path, options = {}) {
280
const
url = `${this.baseUrl}${path}`;
Callers
15
runner
Method · 0.95
ensure_docker_daemon
Function · 0.80
ensure_postgres_service
Function · 0.80
wait_for_http
Function · 0.80
retry_with_backoff
Function · 0.80
_get_device_id
Method · 0.80
_submit_auth_start
Method · 0.80
_submit_login_password
Method · 0.80
_register_password_with_retry
Method · 0.80
_verify_email_otp_with_retry
Method · 0.80
request
Method · 0.80
run
Method · 0.80
Calls
no outgoing calls
Tested by
1
scenario
Function · 0.64