MCPcopy Create free account
hub / github.com/vercel/vercel / credentials-store.test.ts

File credentials-store.test.ts

packages/cli-auth/credentials-store.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { afterEach, beforeEach, vi, test, describe, expect } from 'vitest';
2import {
3 getAuthConfigFilePath,
4 getConfigFilePath,

Callers

nothing calls this directly

Calls 15

getGlobalPathConfigFunction · 0.90
getConfigFilePathFunction · 0.90
CredentialsStoreFunction · 0.90
readGlobalConfigFunction · 0.90
getCredStorageFunction · 0.90
getAuthConfigFilePathFunction · 0.90
readCredentialsFunction · 0.90
writeCredentialsFunction · 0.90
persistCliAuthConfigFunction · 0.90
clearAllCredentialsFunction · 0.90

Tested by

no test coverage detected