Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
391
function
getCachedCredentialPath(): string {
392
return
path.join(os.homedir(), ANUS_DIR, CREDENTIAL_FILENAME);
393
}
394
395
export
async
function
clearCachedCredentialFile() {
396
try {
Callers
3
loadCachedCredentials
Function · 0.85
cacheCredentials
Function · 0.85
clearCachedCredentialFile
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected