MCPcopy Create free account
hub / github.com/oboard/claude-code-rev / clearGcpCredentialsCache

Function clearGcpCredentialsCache

src/utils/auth.ts:1033–1035  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1031)
1032
1033export function clearGcpCredentialsCache(): void {
1034 refreshGcpCredentialsIfNeeded.cache.clear()
1035}
1036
1037/**
1038 * 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