MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / runPoll

Function runPoll

packages/react/src/api/oauth-popup.ts:318–322  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

316 }, input.pollMs ?? OAUTH_AWAIT_DEFAULT_POLL_MS);
317 };
318 const runPoll = async () => {
319 if (settled) return;
320 await poll();
321 scheduleReconnect();
322 };
323
324 void runPoll();
325 timeoutHandle = setTimeout(() => {

Callers 2

scheduleReconnectFunction · 0.85
openOAuthSystemBrowserFunction · 0.85

Calls 2

pollFunction · 0.85
scheduleReconnectFunction · 0.85

Tested by

no test coverage detected