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

Function getGrowthBookConfigOverrides

src/services/analytics/growthbook.ts:234–236  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

232}
233
234export function getGrowthBookConfigOverrides(): Record<string, unknown> {
235 return getConfigOverrides() ?? {}
236}
237
238/**
239 * Set or clear a single config override. Pass undefined to clear.

Callers

nothing calls this directly

Calls 1

getConfigOverridesFunction · 0.85

Tested by

no test coverage detected