MCPcopy Create free account
hub / github.com/codeaashu/claude-code / hasGrowthBookEnvOverride

Function hasGrowthBookEnvOverride

src/services/analytics/growthbook.ts:199–202  ·  view source on GitHub ↗
(feature: string)

Source from the content-addressed store, hash-verified

197 * disk or network — callers can skip awaiting init for that feature.
198 */
199export 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

Callers 1

runFunction · 0.85

Calls 1

getEnvOverridesFunction · 0.85

Tested by

no test coverage detected