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

Function getApp

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

Source from the content-addressed store, hash-verified

38// here stays server-only.
39let app: ReturnType<typeof cloudApiHandler> | undefined;
40const getApp = () => (app ??= cloudApiHandler());
41
42const SESSION_COOKIE = "wos-session";
43const OAUTH_CALLBACK_PATH = "/api/oauth/callback";

Callers 1

start.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected