(feature: string)
| 197 | * disk or network — callers can skip awaiting init for that feature. |
| 198 | */ |
| 199 | export function hasGrowthBookEnvOverride(feature: string): boolean { |
| 200 | const overrides = getEnvOverrides() |
| 201 | return overrides !== null && feature in overrides |
| 202 | } |
| 203 | |
| 204 | /** |
| 205 | * Local config overrides set via /config Gates tab (ant-only). Checked after |
no test coverage detected