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