Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/CapSoftware/Cap
/ serverEnv
Function
serverEnv
packages/env/server.ts:162–166 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
160
161
let
_cached: ReturnType<typeof createServerEnv> | undefined;
162
export
const
serverEnv = () => {
163
if
(_cached)
return
_cached;
164
_cached = createServerEnv();
165
return
_cached;
166
};
Callers
15
dub
Function · 0.90
key
Function · 0.90
Tinybird
Class · 0.90
Videos
Class · 0.90
validateExtensionRedirectUri
Function · 0.90
redirectToLogin
Function · 0.90
consentPageUrl
Function · 0.90
Http.ts
File · 0.90
createDriveObjectUrl
Function · 0.90
sign
Function · 0.90
getGoogleDriveBrowserUploadOrigin
Function · 0.90
getGoogleDriveAuthUrl
Function · 0.90
Calls
1
createServerEnv
Function · 0.85
Tested by
no test coverage detected