Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
7
export
function
getUser() {
8
return
{ id:
"e"
, role:
"user"
} as User
9
}
Callers
2
FeatureEnabled
Function · 0.90
getProducts
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected