Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/vercel/vercel
/ deleteAuthConfig
Function
deleteAuthConfig
packages/cli-config/src/cli-config.ts:210–212 ·
view source on GitHub ↗
(configDir: string)
Source
from the content-addressed store, hash-verified
208
}
209
210
export
function
deleteAuthConfig(configDir: string): void {
211
deleteAuthConfigFile(getAuthConfigFilePath(configDir));
212
}
Callers
1
cli-config.test.ts
File · 0.90
Calls
2
deleteAuthConfigFile
Function · 0.85
getAuthConfigFilePath
Function · 0.70
Tested by
no test coverage detected