MCPcopy Index your code
hub / github.com/codeaashu/claude-code / hasGcpCommands

Function hasGcpCommands

src/components/TrustDialog/utils.ts:190–192  ·  view source on GitHub ↗

* Check if settings have GCP commands configured

(settings: SettingsJson | null)

Source from the content-addressed store, hash-verified

188 * Check if settings have GCP commands configured
189 */
190function hasGcpCommands(settings: SettingsJson | null): boolean {
191 return !!settings?.gcpAuthRefresh
192}
193
194/**
195 * Get which setting sources have GCP commands configured.

Callers 1

getGcpCommandsSourcesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected