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