MCPcopy Create free account
hub / github.com/TanStack/devtools / getRouter

Function getRouter

e2e/apps/react-nitro/src/router.tsx:7–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5
6// Create a new router instance
7export const getRouter = () => {
8 const router = createRouter({
9 routeTree,
10 })
11
12 return router
13}

Callers

nothing calls this directly

Calls 1

createRouterFunction · 0.85

Tested by

no test coverage detected