Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ChatLab/ChatLab
/ getAuthProfilesPath
Function
getAuthProfilesPath
packages/config/src/auth-profiles.ts:25–27 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
23
const
AUTH_PROFILES_FILE =
'auth-profiles.json'
24
25
function
getAuthProfilesPath(): string {
26
return
path.join(getConfigDir(), AUTH_PROFILES_FILE)
27
}
28
29
/**
30
* 加载 auth-profiles.json
Callers
3
loadAuthProfiles
Function · 0.85
writeAuthProfile
Function · 0.85
deleteAuthProfile
Function · 0.85
Calls
1
getConfigDir
Function · 0.90
Tested by
no test coverage detected