MCPcopy
hub / github.com/TanStack/router / createRouter

Function createRouter

packages/vue-router/src/router.ts:75–77  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

73}
74
75export const createRouter: CreateRouterFn = (options) => {
76 return new Router(options)
77}
78
79export class Router<
80 in out TRouteTree extends AnyRoute,

Callers 15

createTestRouterFunction · 0.90
link.test-d.tsxFile · 0.90
route.test.tsxFile · 0.90
setupFunction · 0.90
not-found.test.tsxFile · 0.90
setupFunction · 0.90

Calls

no outgoing calls

Tested by 15

createTestRouterFunction · 0.72
setupFunction · 0.72
setupFunction · 0.72
runTestFunction · 0.72
setupRouterFunction · 0.72
setupFunction · 0.72
createTestRouterFunction · 0.72
runTestFunction · 0.72
setupRouterFunction · 0.72
createTestRouterFunction · 0.72