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

Function getFeatureValue_DEPRECATED

src/services/analytics/growthbook.ts:719–724  ·  view source on GitHub ↗
(
  feature: string,
  defaultValue: T,
)

Source from the content-addressed store, hash-verified

717 * This function blocks on GrowthBook initialization which can slow down startup.
718 */
719export async function getFeatureValue_DEPRECATED<T>(
720 feature: string,
721 defaultValue: T,
722): Promise<T> {
723 return getFeatureValueInternal(feature, defaultValue, true)
724}
725
726/**
727 * Get a feature value from disk cache immediately. Pure read — disk is

Callers 1

Calls 1

getFeatureValueInternalFunction · 0.85

Tested by

no test coverage detected