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

Function awaitResult

apps/local/src/serve.test.ts:244–249  ·  view source on GitHub ↗
(sessionId: string)

Source from the content-addressed store, hash-verified

242 };
243
244 const awaitResult = (sessionId: string): OAuthPopupResult<unknown> => ({
245 type: OAUTH_POPUP_MESSAGE_TYPE,
246 ok: false,
247 sessionId,
248 error: "access denied",
249 });
250
251 it("holds the await request open and answers the moment the result publishes", async () => {
252 const baseUrl = await startTestServer();

Callers 1

serve.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected