MCPcopy
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
983export function clearGcpCredentialsCache(): void {
984 refreshGcpCredentialsIfNeeded.cache.clear()
985}
986
987/**
988 * Prefetches GCP credentials only if workspace trust has already been established.

Callers 2

onChangeAppStateFunction · 0.85
handleGcpCredentialErrorFunction · 0.85

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected