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

Function getAllGrowthBookFeatures

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

Source from the content-addressed store, hash-verified

225 * same priority as the getters. Used by the /config Gates tab.
226 */
227export function getAllGrowthBookFeatures(): Record<string, unknown> {
228 if (remoteEvalFeatureValues.size > 0) {
229 return Object.fromEntries(remoteEvalFeatureValues)
230 }
231 return getGlobalConfig().cachedGrowthBookFeatures ?? {}
232}
233
234export function getGrowthBookConfigOverrides(): Record<string, unknown> {
235 return getConfigOverrides() ?? {}

Callers

nothing calls this directly

Calls 1

getGlobalConfigFunction · 0.85

Tested by

no test coverage detected