MCPcopy 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

23const AUTH_PROFILES_FILE = 'auth-profiles.json'
24
25function getAuthProfilesPath(): string {
26 return path.join(getConfigDir(), AUTH_PROFILES_FILE)
27}
28
29/**
30 * 加载 auth-profiles.json

Callers 3

loadAuthProfilesFunction · 0.85
writeAuthProfileFunction · 0.85
deleteAuthProfileFunction · 0.85

Calls 1

getConfigDirFunction · 0.90

Tested by

no test coverage detected