MCPcopy Create free account
hub / github.com/heygen-com/hyperframes / credentialPath

Function credentialPath

packages/cli/src/auth/paths.ts:23–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21}
22
23export function credentialPath(): string {
24 return join(configDir(), CREDENTIAL_FILENAME);
25}

Callers 9

paths.test.tsFile · 0.85
saveUserInfoFunction · 0.85
loadUserInfoFunction · 0.85
clearUserInfoFunction · 0.85
readStoreFunction · 0.85
writeStoreFunction · 0.85
deleteStoreFunction · 0.85
clearOAuthFunction · 0.85
runFunction · 0.85

Calls 1

configDirFunction · 0.85

Tested by

no test coverage detected