Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.
38
let
app: ReturnType<typeof cloudApiHandler> | undefined;
39
const
getApp = () => (app ??= cloudApiHandler());
40
41
const
SESSION_COOKIE =
"wos-session"
;
42
const
OAUTH_CALLBACK_PATH =
"/api/oauth/callback"
;
Callers
1
start.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected