MCPcopy
hub / github.com/ValueCell-ai/ClawX / sleep

Function sleep

electron/utils/openai-codex-oauth.ts:202–202  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

200 close: () => server.close(),
201 waitForCode: async () => {
202 const sleep = () => new Promise((r) => setTimeout(r, 100));
203 for (let i = 0; i < 600; i += 1) {
204 if (lastCode) {
205 return { code: lastCode };

Callers 1

startLocalOAuthServerFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected