()
| 181 | * Returns undefined if not configured. |
| 182 | */ |
| 183 | export function getPluginTrustMessage(): string | undefined { |
| 184 | return getSettingsForSource('policySettings')?.pluginTrustMessage |
| 185 | } |
| 186 | |
| 187 | /** |
| 188 | * Compare two MarketplaceSource objects for equality. |
no test coverage detected