Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/codeaashu/claude-code
/ clearGcpCredentialsCache
Function
clearGcpCredentialsCache
src/utils/auth.ts:983–985 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
981
)
982
983
export
function
clearGcpCredentialsCache(): void {
984
refreshGcpCredentialsIfNeeded.cache.clear()
985
}
986
987
/**
988
* Prefetches GCP credentials only
if
workspace trust has already been established.
Callers
2
onChangeAppState
Function · 0.85
handleGcpCredentialError
Function · 0.85
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected