MCPcopy Create free account
hub / github.com/Tron521/codex-console-temp / sleep

Function sleep

static/js/payment.js:139–141  ·  view source on GitHub ↗
(ms)

Source from the content-addressed store, hash-verified

137}
138
139function sleep(ms) {
140 return new Promise((resolve) => setTimeout(resolve, ms));
141}
142
143async function watchPaymentOpTask(taskId, onUpdate, maxWaitMs = 20 * 60 * 1000) {
144 const startedAt = Date.now();

Callers 1

watchPaymentOpTaskFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected