MCPcopy 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

runnerMethod · 0.95
ensure_docker_daemonFunction · 0.80
ensure_postgres_serviceFunction · 0.80
wait_for_httpFunction · 0.80
retry_with_backoffFunction · 0.80
_get_device_idMethod · 0.80
_submit_auth_startMethod · 0.80
requestMethod · 0.80
runMethod · 0.80

Calls

no outgoing calls

Tested by 1

scenarioFunction · 0.64