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

Function wake

apps/local/src/oauth-result-store.ts:127–127  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

125 resolve(result);
126 };
127 const wake = () => finish(consumeOAuthResult(sessionId));
128 const onAbort = () => finish(null);
129 const timer = setTimeout(() => finish(null), opts.timeoutMs);
130

Callers 1

wakeWaiterFunction · 0.85

Calls 2

consumeOAuthResultFunction · 0.85
finishFunction · 0.70

Tested by

no test coverage detected