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

Function hasAwsCommands

src/components/TrustDialog/utils.ts:163–165  ·  view source on GitHub ↗

* Check if settings have AWS commands configured

(settings: SettingsJson | null)

Source from the content-addressed store, hash-verified

161 * Check if settings have AWS commands configured
162 */
163function hasAwsCommands(settings: SettingsJson | null): boolean {
164 return !!(settings?.awsAuthRefresh || settings?.awsCredentialExport)
165}
166
167/**
168 * Get which setting sources have AWS commands configured.

Callers 1

getAwsCommandsSourcesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected