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