MCPcopy Index your code
hub / github.com/codeaashu/claude-code / isGrowthBookEnabled

Function isGrowthBookEnabled

src/services/analytics/growthbook.ts:422–425  ·  view source on GitHub ↗

* Check if GrowthBook operations should be enabled

()

Source from the content-addressed store, hash-verified

420 * Check if GrowthBook operations should be enabled
421 */
422function isGrowthBookEnabled(): boolean {
423 // GrowthBook depends on 1P event logging.
424 return is1PEventLoggingEnabled()
425}
426
427/**
428 * Hostname of ANTHROPIC_BASE_URL when it points at a non-Anthropic proxy.

Calls 1

is1PEventLoggingEnabledFunction · 0.85

Tested by

no test coverage detected