MCPcopy Create free account
hub / github.com/anus-dev/ANUS / getCachedCredentialPath

Function getCachedCredentialPath

packages/core/src/code_assist/oauth2.ts:391–393  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

389}
390
391function getCachedCredentialPath(): string {
392 return path.join(os.homedir(), ANUS_DIR, CREDENTIAL_FILENAME);
393}
394
395export async function clearCachedCredentialFile() {
396 try {

Callers 3

loadCachedCredentialsFunction · 0.85
cacheCredentialsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected