MCPcopy Index your code
hub / github.com/WebDevSimplified/feature-flags-sample-code / getUser

Function getUser

src/lib/getUser.ts:7–9  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5}
6
7export function getUser() {
8 return { id: "e", role: "user" } as User
9}

Callers 2

FeatureEnabledFunction · 0.90
getProductsFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected