MCPcopy Create free account
hub / github.com/TanStack/router / user

Function user

e2e/solid-start/basic-solid-query/src/routes/users.$userId.tsx:26–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24 const params = Route.useParams()
25 const userQuery = useQuery(() => userQueryOptions(params().userId))
26 const user = () => userQuery.data
27
28 return (
29 <div class="space-y-2">

Callers 13

ProtectedFunction · 0.85
UserComponentFunction · 0.85
isAuthenticatedFunction · 0.85
DashboardPageFunction · 0.85
UserComponentFunction · 0.85
UserComponentFunction · 0.85
UserComponentFunction · 0.85
UserComponentFunction · 0.85
isAuthenticatedFunction · 0.85
UserComponentFunction · 0.85
UserComponentFunction · 0.85
UserComponentFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected