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

Function getUserForGrowthBook

src/utils/user.ts:133–135  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

131 * Get user data for GrowthBook (same as core data with analytics metadata).
132 */
133export function getUserForGrowthBook(): CoreUserData {
134 return getCoreUserData(true)
135}
136
137function getEmail(): string | undefined {
138 // Return cached email if available (from async initialization)

Callers 1

getUserAttributesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected