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

Function isKeyringUnavailableError

packages/cli-auth/credentials-store.ts:193–195  ·  view source on GitHub ↗
(error: unknown)

Source from the content-addressed store, hash-verified

191}
192
193function isKeyringUnavailableError(error: unknown): boolean {
194 return error instanceof Error && error.message === KEYRING_UNAVAILABLE_ERROR;
195}
196
197function readCredentialsFromFile(configPath: string): Credentials {
198 return cliConfig.readAuthFileConfig(configPath);

Calls

no outgoing calls

Tested by

no test coverage detected