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

Function deleteFileStorageCredentials

packages/cli-auth/credentials-store.ts:427–433  ·  view source on GitHub ↗
(
  configPath: string,
  runtimeFlags: RuntimeFlags
)

Source from the content-addressed store, hash-verified

425}
426
427function deleteFileStorageCredentials(
428 configPath: string,
429 runtimeFlags: RuntimeFlags
430): void {
431 deleteCredentialsFile(configPath);
432 deleteCredentialsFromKeyringIfAvailable(configPath, runtimeFlags);
433}
434
435function deleteKeyringStorageCredentials(
436 configPath: string,

Callers 1

deleteFunction · 0.85

Tested by

no test coverage detected