MCPcopy Create free account

hub / github.com/TanStack/router / functions

Functions11,168 in github.com/TanStack/router

↓ 3 callersFunctioninitUserConfig
()
packages/router-plugin/src/core/router-code-splitter-plugin.ts:94
↓ 3 callersFunctioninvalidateMatchingFileModules
( environment: ModuleInvalidationEnvironment, ids: Iterable<string>, shouldInvalidate: (mod: Environment
packages/start-plugin-core/src/vite/start-compiler-plugin/plugin.ts:83
↓ 3 callersMethodinvalidateModules
(ids: Iterable<string>)
packages/start-plugin-core/src/start-compiler/compiler.ts:855
↓ 3 callersFunctioninvariant
(value: unknown, message?: string)
examples/react/start-convex-trellaux/convex/invariant.ts:1
↓ 3 callersFunctioninvoicesQueryOptions
()
examples/react/kitchen-sink-react-query/src/main.tsx:46
↓ 3 callersFunctioninvoicesQueryOptions
()
examples/solid/kitchen-sink-solid-query/src/main.tsx:46
↓ 3 callersFunctionisServerComponent
(value: unknown)
packages/router-devtools-core/src/utils.tsx:132
↓ 3 callersFunctionisSsrResponse
(value: unknown)
packages/router-core/src/ssr/handlerCallback.ts:16
↓ 3 callersFunctionitemLabel
(a: string, b: string)
benchmarks/client-nav/scenarios/rewrites/shared.ts:46
↓ 3 callersFunctionlast
(arr: ReadonlyArray<T>)
packages/router-core/src/utils.ts:192
↓ 3 callersFunctionloadMatches
(arg: { router: AnyRouter location: ParsedLocation matches: Array<AnyRouteMatch> preload?: boolean f
packages/router-core/src/load-matches.ts:961
↓ 3 callersFunctionloadMockEdgeModule
(encodedPayload: string)
packages/start-plugin-core/src/import-protection/virtualModules.ts:234
↓ 3 callersFunctionloadMockRuntimeModule
(encodedPayload: string)
packages/start-plugin-core/src/import-protection/virtualModules.ts:258
↓ 3 callersFunctionloadSilentMockModule
()
packages/start-plugin-core/src/import-protection/virtualModules.ts:173
↓ 3 callersFunctionloader
()
packages/start-plugin-core/tests/createServerFn/test-files/isomorphic-fns.tsx:21
↓ 3 callersFunctionloaderDeps
(opts)
examples/vue/basic-file-based-sfc/src/routes/remountDeps.ts:7
↓ 3 callersFunctionloaderFn
()
packages/router-plugin/tests/code-splitter/test-files/react/retain-exports-const.tsx:8
↓ 3 callersFunctionmakeAbortedRequestRecords
( id: string, group: RecordGroup, )
benchmarks/memory/server/scenarios/aborted-requests/deferred-records.ts:10
↓ 3 callersFunctionmakeBigPayload
(id: string)
benchmarks/ssr/scenarios/streaming/shared-data.ts:48
↓ 3 callersFunctionmakeData
()
e2e/react-start/serialization-adapters/src/data.tsx:49
↓ 3 callersFunctionmakeData
()
e2e/vue-start/serialization-adapters/src/data.tsx:49
↓ 3 callersFunctionmakeData
()
e2e/solid-start/serialization-adapters/src/data.tsx:49
↓ 3 callersFunctionmakeDeferredSectionPayload
( id: string, sectionIndex: number, )
benchmarks/memory/server/scenarios/streaming-peak/deferred-section-data.ts:14
↓ 3 callersFunctionmakeKey
(fileName: string, componentName: string)
packages/eslint-plugin-start/src/rules/no-async-client-component/render-graph-builder.ts:533
↓ 3 callersFunctionmakeNested
()
e2e/react-start/serialization-adapters/src/data.tsx:120
↓ 3 callersFunctionmakeNested
()
e2e/vue-start/serialization-adapters/src/data.tsx:120
↓ 3 callersFunctionmakeNested
()
e2e/solid-start/serialization-adapters/src/data.tsx:120
↓ 3 callersFunctionmakePlainSerializationData
( id: string, )
benchmarks/ssr/scenarios/serialization/shared-data.ts:88
↓ 3 callersFunctionmakeQueryOptions
(key: string)
e2e/react-start/query-integration/src/queryOptions.ts:3
↓ 3 callersFunctionmakeRichSerializationData
( id: string, )
benchmarks/ssr/scenarios/serialization/shared-data.ts:70
↓ 3 callersFunctionmakeSerializationPayload
(id: string)
benchmarks/memory/server/scenarios/serialization-payload/serialization-payload.ts:33
↓ 3 callersFunctionmakeServerFnChurnPayload
( data: ServerFnInput, context: ServerFnChurnContext, )
benchmarks/memory/server/scenarios/server-fn-churn/server-fn-payload.ts:21
↓ 3 callersFunctionmakeSsrSerovalPlugin
( serializationAdapter: AnySerializationAdapter, options: { didRun: boolean }, )
packages/router-core/src/ssr/serializer/transformer.ts:183
↓ 3 callersFunctionmergeHeaders
(...headers: Array<AnyHeaders>)
packages/router-core/src/ssr/headers.ts:26
↓ 3 callersFunctionmergeStatus
( setStatus: React.Dispatch<React.SetStateAction<T>>, patch: Partial<T>, )
e2e/react-start/deferred-hydration/src/routes/enhanced.tsx:41
↓ 3 callersFunctionmockRuntimeModuleIdFromViolation
( info: ViolationInfo, mode: MockAccessMode, root: string, )
packages/start-plugin-core/src/import-protection/virtualModules.ts:28
↓ 3 callersFunctionmultiSortBy
( arr: Array<T>, accessors: Array<(item: T) => any> = [(d) => d], )
packages/router-generator/src/utils.ts:80
↓ 3 callersFunctionnormalizeCatalogSearch
( search: Record<string, unknown>, )
benchmarks/client-nav/scenarios/search-params/shared.ts:92
↓ 3 callersFunctionnormalizePage
(value: unknown)
benchmarks/client-nav/scenarios/mount/shared.ts:47
↓ 3 callersFunctionnormalizePage
(value: unknown)
benchmarks/client-nav/scenarios/loaders/shared.ts:61
↓ 3 callersFunctionnormalizeProductsSearch
( search: Record<string, unknown>, )
benchmarks/client-nav/scenarios/search-params/shared.ts:64
↓ 3 callersFunctionnormalizeQuery
(value: unknown)
benchmarks/client-nav/scenarios/mount/shared.ts:52
↓ 3 callersFunctionnormalizeViteClientBuild
( clientBundle: Rollup.OutputBundle, )
packages/start-plugin-core/src/vite/start-manifest-plugin/normalized-client-build.ts:39
↓ 3 callersFunctionnullReplaceEqualDeep
(prev, next)
packages/router-core/src/utils.ts:226
↓ 3 callersFunctionpageLabel
(n: string)
benchmarks/client-nav/scenarios/history/shared.ts:15
↓ 3 callersFunctionparseHydrateVirtualId
(id: string)
packages/start-plugin-core/src/hydrate-when-transform.ts:84
↓ 3 callersFunctionparseSegments
* Recursively parses the segments of the given route tree and populates a segment trie. * * @param data A reusable Uint16Array for parsing segments.
packages/router-core/src/new-process-route-tree.ts:195
↓ 3 callersFunctionphotoLabel
(id: string)
benchmarks/client-nav/scenarios/history/shared.ts:19
↓ 3 callersFunctionpickOriginalCodeFromSourcesContent
( map: SourceMapLike | undefined, importerFile: string, root: string, )
packages/start-plugin-core/src/import-protection/sourceLocation.ts:144
↓ 3 callersFunctionpostBuild
({ startConfig, adapter, }: { startConfig: TanStackStartOutputConfig adapter: StartPostBuildAdapter })
packages/start-plugin-core/src/post-build.ts:10
↓ 3 callersFunctionpostId
()
packages/solid-router/tests/link.test.tsx:2079
↓ 3 callersFunctionprerender
({ startConfig, handler, }: { startConfig: TanStackStartOutputConfig handler: PrerenderHandler })
packages/start-plugin-core/src/prerender.ts:17
↓ 3 callersFunctionproductData
(productId: string)
benchmarks/client-nav/scenarios/mount/shared.ts:31
↓ 3 callersFunctionproductsLoaderChecksum
(deps: { page: number sort: string filters: ProductsSearch['filters'] })
benchmarks/client-nav/scenarios/search-params/shared.ts:125
↓ 3 callersFunctionproductsMarkerText
(search: ProductsSearch)
benchmarks/client-nav/scenarios/search-params/shared.ts:117
↓ 3 callersFunctionreadJson
(filePath)
scripts/benchmarks/bundle-size/measure.mjs:226
↓ 3 callersFunctionreadSerializedServerFnResult
(response: Response, label: string)
benchmarks/ssr/scenarios/server-fns/bench.ts:199
↓ 3 callersFunctionreconcileMatchPool
( nextMatches: Array<AnyRouteMatch>, pool: Map<string, MatchStore>, idStore: RouterWritableStore<Array<s
packages/router-core/src/stores.ts:306
↓ 3 callersFunctionrel
(p: string)
packages/start-plugin-core/src/import-protection/trace.ts:199
↓ 3 callersMethodremoveAttribute
(name: string)
e2e/solid-start/basic-cloudflare/worker-configuration.d.ts:1500
↓ 3 callersFunctionremoveLayoutSegmentsAndUnderscoresWithEscape
( routePath: string = '/', originalPath?: string, routePathSegmentMetadata?: Array<RoutePathSegmentMetad
packages/router-generator/src/utils.ts:568
↓ 3 callersFunctionrenderRouterToStream
({ request, router, responseHeaders, children, }: { request: Request router: AnyRouter responseH
packages/solid-router/src/ssr/renderRouterToStream.tsx:36
↓ 3 callersFunctionrenderRouterToStream
({ request, router, responseHeaders, children, }: { request: Request router: AnyRouter responseH
packages/react-router/src/ssr/renderRouterToStream.tsx:44
↓ 3 callersFunctionrenderRouterToString
({ router, responseHeaders, children, }: { router: AnyRouter responseHeaders: Headers children: Re
packages/react-router/src/ssr/renderRouterToString.tsx:5
↓ 3 callersFunctionreportViolation
( violation: Violation, chain: Array<ImportEdge>, entryComponentName: string, eslintNo
packages/eslint-plugin-start/src/rules/no-client-code-in-server-component/no-client-code-in-server-component.rule.ts:418
↓ 3 callersFunctionreset
()
e2e/vue-start/server-functions/src/routes/abort-signal.tsx:31
↓ 3 callersFunctionreset
()
e2e/solid-start/server-functions/src/routes/abort-signal/$method.tsx:49
↓ 3 callersFunctionresolveConfigPath
({ configDirectory }: ResolveParams)
packages/router-generator/src/config.ts:90
↓ 3 callersMethodresolveExprKind
( expr: t.Expression | null, fileId: string, visited = new Set<string>(), )
packages/start-plugin-core/src/start-compiler/compiler.ts:1819
↓ 3 callersFunctionresolveManifestAssetLink
(link: ManifestAssetLink)
packages/router-core/src/manifest.ts:61
↓ 3 callersFunctionresolveSymbol
(symbol: ts.Symbol)
packages/eslint-plugin-start/src/rules/no-async-client-component/render-graph-builder.ts:497
↓ 3 callersFunctionrouteId
()
packages/solid-router/src/Matches.tsx:66
↓ 3 callersFunctionrunAssetsInlineLoop
(handler: StartRequestHandler)
benchmarks/ssr/scenarios/assets/shared.ts:41
↓ 3 callersFunctionrunAssetsLinkedControlLoop
(handler: StartRequestHandler)
benchmarks/ssr/scenarios/assets/shared.ts:49
↓ 3 callersFunctionrunBeforeLoadLoop
(handler: StartRequestHandler)
benchmarks/ssr/scenarios/before-load/shared-bench.ts:57
↓ 3 callersFunctionrunErrorLoop
(handler: StartRequestHandler)
benchmarks/ssr/scenarios/control-flow/shared.ts:142
↓ 3 callersFunctionrunGlobalMiddlewareDocumentLoop
(handler: StartRequestHandler)
benchmarks/ssr/scenarios/global-middleware/bench.ts:263
↓ 3 callersFunctionrunGlobalMiddlewareServerFnLoop
( handler: StartRequestHandler, context: GlobalMiddlewareBenchContext, )
benchmarks/ssr/scenarios/global-middleware/bench.ts:271
↓ 3 callersFunctionrunGlobalMiddlewareServerRouteLoop
( handler: StartRequestHandler, )
benchmarks/ssr/scenarios/global-middleware/bench.ts:283
↓ 3 callersFunctionrunHeadLoop
(handler: StartRequestHandler)
benchmarks/ssr/scenarios/head/shared.ts:32
↓ 3 callersFunctionrunLoadersLoop
(handler: StartRequestHandler)
benchmarks/ssr/scenarios/loaders/shared-bench.ts:68
↓ 3 callersFunctionrunNotFoundLoop
(handler: StartRequestHandler)
benchmarks/ssr/scenarios/control-flow/shared.ts:133
↓ 3 callersFunctionrunPlainSerializationLoop
(handler: StartRequestHandler)
benchmarks/ssr/scenarios/serialization/shared-bench.ts:98
↓ 3 callersFunctionrunRedirectLoop
(handler: StartRequestHandler)
benchmarks/ssr/scenarios/control-flow/shared.ts:124
↓ 3 callersFunctionrunRewriteLocalizedLoop
(handler: StartRequestHandler)
benchmarks/ssr/scenarios/rewrites/shared.ts:39
↓ 3 callersFunctionrunRewritePassthroughLoop
(handler: StartRequestHandler)
benchmarks/ssr/scenarios/rewrites/shared.ts:47
↓ 3 callersFunctionrunRichSerializationLoop
(handler: StartRequestHandler)
benchmarks/ssr/scenarios/serialization/shared-bench.ts:89
↓ 3 callersFunctionrunRouteHeadersLoop
(handler: StartRequestHandler)
benchmarks/ssr/scenarios/control-flow/shared.ts:160
↓ 3 callersFunctionrunSelectiveLoop
(handler: StartRequestHandler)
benchmarks/ssr/scenarios/selective-ssr/shared-bench.ts:88
↓ 3 callersFunctionrunServerFnDocumentSsrRequestLoop
( handler: StartRequestHandler, )
benchmarks/ssr/scenarios/server-fns/bench.ts:518
↓ 3 callersFunctionrunServerFnGetRequestLoop
( handler: StartRequestHandler, context: ServerFnBenchContext, )
benchmarks/ssr/scenarios/server-fns/bench.ts:453
↓ 3 callersFunctionrunServerFnMultipartRequestLoop
( handler: StartRequestHandler, context: ServerFnTransportBenchContext, )
benchmarks/ssr/scenarios/server-fn-transport/bench.ts:516
↓ 3 callersFunctionrunServerFnNotFoundRequestLoop
( handler: StartRequestHandler, context: ServerFnBenchContext, )
benchmarks/ssr/scenarios/server-fns/bench.ts:490
↓ 3 callersFunctionrunServerFnPostRequestLoop
( handler: StartRequestHandler, context: ServerFnBenchContext, )
benchmarks/ssr/scenarios/server-fns/bench.ts:465
↓ 3 callersFunctionrunServerFnRawResponseRequestLoop
( handler: StartRequestHandler, context: ServerFnTransportBenchContext, )
benchmarks/ssr/scenarios/server-fn-transport/bench.ts:529
↓ 3 callersFunctionrunServerFnRawStreamRequestLoop
( handler: StartRequestHandler, context: ServerFnTransportBenchContext, )
benchmarks/ssr/scenarios/server-fn-transport/bench.ts:542
↓ 3 callersFunctionrunServerFnRedirectRequestLoop
( handler: StartRequestHandler, context: ServerFnBenchContext, )
benchmarks/ssr/scenarios/server-fns/bench.ts:477
↓ 3 callersFunctionrunServerFnSendContextRequestLoop
( handler: StartRequestHandler, context: ServerFnBenchContext, )
benchmarks/ssr/scenarios/server-fns/bench.ts:504
↓ 3 callersFunctionrunServerRouteLoop
(handler: StartRequestHandler)
benchmarks/ssr/scenarios/server-routes/shared.ts:22
↓ 3 callersFunctionrunServerRouteMiddlewareLoop
(handler: StartRequestHandler)
benchmarks/ssr/scenarios/server-routes-middleware/shared.ts:22
← previousnext →701–800 of 11,168, ranked by callers