MCPcopy Create free account
hub / github.com/vercel/vercel / readRuntimeFlags

Function readRuntimeFlags

packages/cli-auth/credentials-store.ts:93–97  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

91}
92
93function readRuntimeFlags(): RuntimeFlags {
94 return {
95 keyringUnavailableForTesting: process.env[KEYRING_UNAVAILABLE_ENV] === '1',
96 };
97}
98
99function resolveCliAuthConfig(
100 dir: string,

Callers 2

resolveCliAuthConfigFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected