MCPcopy
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
161let _cached: ReturnType<typeof createServerEnv> | undefined;
162export const serverEnv = () => {
163 if (_cached) return _cached;
164 _cached = createServerEnv();
165 return _cached;
166};

Callers 15

dubFunction · 0.90
keyFunction · 0.90
TinybirdClass · 0.90
VideosClass · 0.90
redirectToLoginFunction · 0.90
consentPageUrlFunction · 0.90
Http.tsFile · 0.90
createDriveObjectUrlFunction · 0.90
signFunction · 0.90
getGoogleDriveAuthUrlFunction · 0.90

Calls 1

createServerEnvFunction · 0.85

Tested by

no test coverage detected