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

Function getApp

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

Source from the content-addressed store, hash-verified

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

Callers 1

start.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected