MCPcopy Create free account

hub / github.com/TanStack/router / functions

Functions11,366 in github.com/TanStack/router

↓ 2 callersFunctionaddVariableDeclarationModuleInfo
( declaration: t.VariableDeclaration, bindings: Map<string, ModuleInfoBinding>, exportMap?: Map<string,
packages/router-utils/src/compiler-helpers.ts:89
↓ 2 callersFunctionafter
()
benchmarks/memory/client/scenarios/unique-location-churn/shared.ts:113
↓ 2 callersFunctionafter
()
benchmarks/memory/client/scenarios/interrupted-navigations/shared.ts:240
↓ 2 callersFunctionafter
()
benchmarks/memory/client/scenarios/preload-churn/shared.ts:154
↓ 2 callersFunctionafter
()
benchmarks/memory/client/scenarios/navigation-churn/shared.ts:95
↓ 2 callersFunctionafter
()
benchmarks/memory/client/scenarios/loader-data-retention/shared.ts:152
↓ 2 callersFunctionappendIdQueryFlag
(id: string, flag: string)
packages/start-plugin-core/src/vite/module-id.ts:12
↓ 2 callersFunctionappendRouteScripts
( route: RouteTreeRoute, scripts: Array<ManifestScript>, )
packages/start-plugin-core/src/start-manifest-plugin/manifestBuilder.ts:184
↓ 2 callersFunctionappendUniqueStrings
( target: Array<string> | undefined, source: Array<string>, )
packages/start-plugin-core/src/start-manifest-plugin/manifestBuilder.ts:67
↓ 2 callersFunctionapplyNext
( index: number, currentSearch: any, meta?: SearchMiddlewareMeta, )
packages/router-core/src/router.ts:2806
↓ 2 callersFunctionapplyResolvedBaseAndOutput
(opts: { resolvedStartConfig: ResolvedStartConfig root: string publicBase: string clientOutputDirector
packages/start-plugin-core/src/config-context.ts:110
↓ 2 callersFunctionapplyResolvedRouterBasepath
(opts: { resolvedStartConfig: ResolvedStartConfig startConfig: TanStackStartOutputConfig })
packages/start-plugin-core/src/config-context.ts:128
↓ 2 callersFunctionarkTypeValidator
( options: TOptions, )
packages/arktype-adapter/src/index.ts:12
↓ 2 callersFunctionassertRenderedId
(expected: string)
benchmarks/memory/client/scenarios/unique-location-churn/shared.ts:53
↓ 2 callersFunctionassertRenderedIndex
()
benchmarks/memory/client/scenarios/preload-churn/shared.ts:75
↓ 2 callersFunctionassertRenderedPage
(page: 'shell' | 'fast', id?: string)
benchmarks/memory/client/scenarios/interrupted-navigations/shared.ts:135
↓ 2 callersFunctionassertRenderedPage
(target: Target)
benchmarks/memory/client/scenarios/navigation-churn/shared.ts:35
↓ 2 callersFunctionassertRenderedPage
(id: string)
benchmarks/memory/client/scenarios/loader-data-retention/shared.ts:74
↓ 2 callersFunctionassertRenderedShell
()
benchmarks/memory/client/scenarios/loader-data-retention/shared.ts:64
↓ 2 callersFunctionassignKeyAndIndex
(index: number, state: HistoryState | undefined)
packages/history/src/index.ts:252
↓ 2 callersFunctionawaitCurrent
( router: CoordinatorRouter, owner?: LoadTransaction, )
packages/router-core/src/load-client.ts:1668
↓ 2 callersFunctionawaitPostProcessPromises
* Helper to await all post-processing promises. * Uses Promise.allSettled to ensure all promises complete even if some reject.
packages/start-client-core/src/client-rpc/serverFnFetcher.ts:79
↓ 2 callersFunctionbuildAssetsRequest
(random: () => number, requestInit: RequestInit)
benchmarks/ssr/scenarios/assets/shared.ts:34
↓ 2 callersFunctionbuildContextRequest
( urls: FnUrls, contextBodies: Array<string>, index: number, )
benchmarks/ssr/scenarios/server-fns/bench.ts:381
↓ 2 callersFunctionbuildFinalManifest
(opts: { base: ServerManifest transformFn: TransformAssetsFn | undefined inlineCss: boolean })
packages/start-server-core/src/finalManifest.ts:238
↓ 2 callersFunctionbuildGetRequest
(url: string, fixture: PayloadFixture)
benchmarks/memory/server/scenarios/server-fn-churn/shared.ts:138
↓ 2 callersFunctionbuildGetRequest
(urls: FnUrls, queries: Array<string>, index: number)
benchmarks/ssr/scenarios/server-fns/bench.ts:342
↓ 2 callersFunctionbuildManifest
( source: ServerManifest, opts?: { inlineCss?: boolean }, )
packages/start-server-core/src/transformAssetUrls.ts:458
↓ 2 callersFunctionbuildMultipartRequest
( urls: FnUrls, payloads: Array<MultipartPayload>, index: number, )
benchmarks/ssr/scenarios/server-fn-transport/bench.ts:201
↓ 2 callersFunctionbuildNotFoundRequest
( urls: FnUrls, bodies: Array<string>, index: number, )
benchmarks/ssr/scenarios/server-fns/bench.ts:373
↓ 2 callersFunctionbuildPostRequest
(url: string, fixture: PayloadFixture)
benchmarks/memory/server/scenarios/server-fn-churn/shared.ts:145
↓ 2 callersFunctionbuildPostRequest
(urls: FnUrls, bodies: Array<string>, index: number)
benchmarks/ssr/scenarios/global-middleware/bench.ts:132
↓ 2 callersFunctionbuildPostRequest
(urls: FnUrls, bodies: Array<string>, index: number)
benchmarks/ssr/scenarios/server-fns/bench.ts:361
↓ 2 callersFunctionbuildRawResponseRequest
( urls: FnUrls, payloads: Array<QueryPayload>, index: number, )
benchmarks/ssr/scenarios/server-fn-transport/bench.ts:218
↓ 2 callersFunctionbuildRawStreamRequest
( urls: FnUrls, payloads: Array<QueryPayload>, index: number, )
benchmarks/ssr/scenarios/server-fn-transport/bench.ts:231
↓ 2 callersFunctionbuildRedirectRequest
( urls: FnUrls, bodies: Array<string>, index: number, )
benchmarks/ssr/scenarios/server-fns/bench.ts:365
↓ 2 callersFunctionbuildRequestSequences
({ seed, concurrency, totalRequests, buildRequest, }: BuildRequestSequencesOptions)
benchmarks/ssr/bench-utils.ts:171
↓ 2 callersFunctionbuildRouteBranch
(route: T)
packages/router-core/src/new-process-route-tree.ts:881
↓ 2 callersFunctionbuildRouteTreeFileFooterFromConfig
(opts: { generatedRouteTreePath: string getConfig: GetConfigFn corePluginOpts: TanStackStartCoreOptions
packages/start-plugin-core/src/start-router-plugin/route-tree-footer.ts:86
↓ 2 callersFunctionbuildRouter
()
packages/router-core/tests/ssr-server-manifest.test.ts:15
↓ 2 callersFunctionbuildSerializationRequest
( route: 'plain' | 'rich', random: () => number, index: number, )
benchmarks/ssr/scenarios/serialization/shared-bench.ts:18
↓ 2 callersFunctionbuildStartManifestData
( clientBuild: NormalizedClientBuild, publicBase: string, inlineCss: InlineCssOptions, scriptFormat: S
packages/start-plugin-core/src/rsbuild/virtual-modules.ts:100
↓ 2 callersFunctionbuildStreamRequest
(id: string, signal?: AbortSignal)
benchmarks/memory/server/scenarios/aborted-requests/shared.ts:49
↓ 2 callersFunctionbuildUrl
(baseURL: string, pathname: string)
e2e/react-start/start-manifest/tests/start-manifest.spec.ts:15
↓ 2 callersFunctionbuildUrl
(baseURL: string, pathname: string)
e2e/vue-start/start-manifest/tests/start-manifest.spec.ts:15
↓ 2 callersFunctionbuildUrl
(baseURL: string, pathname: string)
e2e/solid-start/start-manifest/tests/start-manifest.spec.ts:15
↓ 2 callersFunctioncacheLoaderMatch
( router: CoordinatorRouter, match: SettledMatch, planned: AnyRouteMatch | undefined, )
packages/router-core/src/load-client.ts:703
↓ 2 callersFunctioncallNextMiddleware
(ctx)
packages/start-client-core/src/createServerFn.ts:250
↓ 2 callersFunctioncanWrapInSuspense
( router: ReturnType<typeof useRouter>, route: AnyRoute, ssr: AnyRouteMatch['ssr'], )
packages/react-router/src/Match.tsx:51
↓ 2 callersFunctioncancelPreload
(eventTarget: object)
packages/solid-router/src/link.tsx:35
↓ 2 callersFunctioncancelPreload
(eventTarget: object)
packages/react-router/src/link.tsx:756
↓ 2 callersFunctioncancelReader
( reader: ReadableStreamDefaultReader<Uint8Array>, mode: AbortedRequestCancelMode, )
benchmarks/memory/server/scenarios/aborted-requests/shared.ts:168
↓ 2 callersMethodcancelSource
(reason: unknown)
packages/react-start-rsc/src/ReplayableStream.ts:126
↓ 2 callersFunctioncheckLocationSearch
(search: object)
packages/vue-router/tests/searchMiddleware.test.tsx:108
↓ 2 callersFunctioncheckLocationSearch
(search: object)
packages/solid-router/tests/searchMiddleware.test.tsx:108
↓ 2 callersFunctioncheckLocationSearch
(search: object)
packages/react-router/tests/searchMiddleware.test.tsx:120
↓ 2 callersFunctionclearNormalizeFilePathCache
()
packages/start-plugin-core/src/import-protection/utils.ts:91
↓ 2 callersMethodclearPendingMicrotask
()
packages/router-core/src/ssr/ssr-server.ts:107
↓ 2 callersFunctionclearPendingRouterHtml
()
packages/router-core/src/ssr/transformStreamWithRouter.ts:665
↓ 2 callersFunctionclearResolvedGateIdsInMarker
(marker: Element)
packages/start-client-core/src/hydration/runtime.ts:171
↓ 2 callersFunctionclickAndExpectCount
( page: Page, buttonTestId: string, countTestId: string, count: string, )
e2e/react-start/deferred-hydration/tests/hydration.spec.ts:72
↓ 2 callersFunctionclickAndExpectCount
( page: Page, buttonTestId: string, countTestId: string, count: string, )
e2e/solid-start/deferred-hydration/tests/hydration.spec.ts:5
↓ 2 callersFunctioncodeFrameError
( code: string, loc: { start: { line: number; column: number } end: { line: number; column: number
packages/start-plugin-core/src/start-compiler/utils.ts:5
↓ 2 callersFunctioncollectDynamicHintsFromMatches
( matches: ReadonlyArray<AnyRouteMatch>, )
packages/start-server-core/src/early-hints.ts:220
↓ 2 callersFunctioncollectJsxComponentRefs
( node: ts.Node, sourceFile: ts.SourceFile, _currentComponent: string | null, isServerContext:
packages/eslint-plugin-start/src/rules/no-async-client-component/render-graph-builder.ts:452
↓ 2 callersFunctioncollectModuleLevelRefsFromNode
( node: t.Node, localModuleLevelBindings: Set<string>, )
packages/router-utils/src/compiler-helpers.ts:622
↓ 2 callersFunctioncollectStaticHintsFromManifest
( manifest: ServerManifest, matchedRoutes: ReadonlyArray<AnyRoute>, )
packages/start-server-core/src/early-hints.ts:177
↓ 2 callersFunctioncompileCodeSplitSharedRoute
( opts: ParseAstOptions & { sharedBindings: Set<string> filename: string }, )
packages/router-plugin/src/core/code-splitter/compilers.ts:1305
↓ 2 callersFunctioncompileCodeSplitVirtualRoute
( opts: ParseAstOptions & { splitTargets: Array<SplitRouteIdentNodes> filename: string sharedBin
packages/router-plugin/src/core/code-splitter/compilers.ts:877
↓ 2 callersFunctioncompileDecodeCharMap
( pathParamsAllowedCharacters: ReadonlyArray<string>, )
packages/router-core/src/path.ts:183
↓ 2 callersFunctionconfigureHydrationSuppressions
( app: App, _router: AnyRouter, )
packages/vue-start-client/src/hydrateStart.ts:64
↓ 2 callersFunctioncontrolled
()
packages/vue-router/tests/issue-7986-retained-pending.test.tsx:41
↓ 2 callersFunctioncontrolled
()
packages/solid-router/tests/issue-7986-retained-pending.test.tsx:44
↓ 2 callersFunctioncountMatchingStylesheetHrefs
(hrefs: Array<string>, pattern: string)
e2e/react-start/start-manifest/tests/start-manifest.spec.ts:51
↓ 2 callersFunctioncountMatchingStylesheetHrefs
(hrefs: Array<string>, pattern: string)
e2e/vue-start/start-manifest/tests/start-manifest.spec.ts:49
↓ 2 callersFunctioncountMatchingStylesheetHrefs
(hrefs: Array<string>, pattern: string)
e2e/solid-start/start-manifest/tests/start-manifest.spec.ts:45
↓ 2 callersFunctioncreateAbortNotifier
(opts?: TransformStreamWithRouterOptions)
packages/router-core/src/ssr/transformStreamWithRouter.ts:188
↓ 2 callersFunctioncreateBoundaryId
(root: string, sourceId: string)
packages/start-plugin-core/src/hydrate-when-transform.ts:43
↓ 2 callersFunctioncreateCachedBaseManifestLoader
( loadBaseManifest: GetBaseManifest, )
packages/start-server-core/src/finalManifest.ts:71
↓ 2 callersFunctioncreateChunkCssAssetCollector
(options: { chunksByFileName: ReadonlyMap<string, NormalizedClientChunk> getStylesheetLink: (cssFile: stri
packages/start-plugin-core/src/start-manifest-plugin/manifestBuilder.ts:410
↓ 2 callersFunctioncreateCompositeFromStream
( stream: ReadableStream<Uint8Array>, options?: { slotUsagesStream?: ReadableStream<RscSlotUsageEvent>
packages/react-start-rsc/src/createServerComponentFromStream.ts:56
↓ 2 callersFunctioncreateDehydratedQueryState
(data: string)
packages/router-ssr-query-core/tests/index.test.ts:102
↓ 2 callersFunctioncreateEarlyHintsEvent
(opts: { phase: EarlyHintsPhase hints: ReadonlyArray<EarlyHint> sentLinks: Set<string> sentHints: Arra
packages/start-server-core/src/early-hints.ts:238
↓ 2 callersFunctioncreateFinalManifestResolver
( opts: FinalManifestOptions & { cacheCreateTransform: boolean }, )
packages/start-server-core/src/finalManifest.ts:138
↓ 2 callersFunctioncreateFrameDecoder
( input: ReadableStream<Uint8Array>, )
packages/start-client-core/src/client-rpc/frame-decoder.ts:39
↓ 2 callersFunctioncreateHistory
(opts: { getLocation: () => HistoryLocation getLength: () => number pushState: (path: string, state: any
packages/history/src/index.ts:99
↓ 2 callersFunctioncreateHmrFileEditor
( options: HmrFileEditorOptions<TFileKey>, )
e2e/e2e-utils/src/hmrFileEditor.ts:14
↓ 2 callersFunctioncreateIdFilter
(ids: Array<string>)
packages/start-plugin-core/src/utils.ts:16
↓ 2 callersFunctioncreateIdentifier
(strings: Array<string>)
packages/router-utils/src/path-ids.ts:1
↓ 2 callersFunctioncreateLiteralRoutePathSegmentMetadata
( routePath: string, parent?: RouteNode, literalNewSegments = false, )
packages/router-generator/src/utils.ts:378
↓ 2 callersFunctioncreateLogger
(prefix: string)
packages/start-plugin-core/src/utils.ts:24
↓ 2 callersFunctioncreateMultiplexedStream
( jsonStream: ReadableStream<string>, rawStreams: Map<number, ReadableStream<Uint8Array>>, lateStreamSou
packages/start-server-core/src/frame-protocol.ts:107
↓ 2 callersFunctioncreateNotificationRSC
(notification: NotificationData)
e2e/react-start/rsc/src/utils/streamingServerComponents.tsx:40
↓ 2 callersFunctioncreatePublicAssetDistPath
(root: string)
packages/start-plugin-core/src/rsbuild/planning.ts:36
↓ 2 callersFunctioncreateRawStreamDeserializePlugin
( getOrCreateStream: (id: number) => ReadableStream<Uint8Array>, )
packages/router-core/src/ssr/serializer/RawStream.ts:446
↓ 2 callersFunctioncreateRawStreamRPCPlugin
(onRawStream: OnRawStreamCallback)
packages/router-core/src/ssr/serializer/RawStream.ts:399
↓ 2 callersFunctioncreateReaderState
(appStream: ReadableStream<T>)
packages/router-core/src/ssr/transformStreamWithRouter.ts:169
↓ 2 callersFunctioncreateResolvedGate
( id: string, when: HydrationWhen, )
packages/start-client-core/src/hydration/runtime.ts:23
↓ 2 callersFunctioncreateRouteMask
( opts: { routeTree: TRouteTree } & ToMaskOptions<RouterCore<TRouteTree, 'never', false>, TFrom, TTo>,
packages/vue-router/src/route.ts:538
↓ 2 callersFunctioncreateRouteNodesByFullPath
( routeNodes: Array<RouteNode>, )
packages/router-generator/src/utils.ts:1002
← previousnext →901–1,000 of 11,366, ranked by callers