MCPcopy 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
34function sleep(ms) {
35 return new Promise((resolve) => setTimeout(resolve, ms));
36}
37
38function delay(ms) {
39 return new Promise((resolve) => setTimeout(resolve, ms));

Callers 1

watchDomainTaskFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected