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

Function getApp

apps/cloud/src/start.ts:47–48  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

45// reports both planes and will show it coming back if this becomes static.
46let app: ReturnType<typeof import("./app").cloudApiHandler> | undefined;
47const getApp = async (): Promise<NonNullable<typeof app>> =>
48 (app ??= (await import("./app")).cloudApiHandler());
49
50const SESSION_COOKIE = "wos-session";
51const OAUTH_CALLBACK_PATH = "/api/oauth/callback";

Callers 1

start.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected