MCPcopy Create free account

hub / github.com/TanStack/router / functions

Functions10,449 in github.com/TanStack/router

↓ 2 callersFunctionabortSolidPipe
(reason?: unknown)
packages/solid-router/src/ssr/renderRouterToStream.tsx:100
↓ 2 callersFunctionabortVuePipe
(reason?: unknown)
packages/vue-router/src/ssr/renderRouterToStream.tsx:133
↓ 2 callersFunctionactionDelayFn
( fn: (...args: Array<any>) => Promise<T> | T, )
examples/react/kitchen-sink-react-query-file-based/src/utils/utils.tsx:13
↓ 2 callersFunctionactionDelayFn
( fn: (...args: Array<any>) => Promise<T> | T, )
examples/react/kitchen-sink-react-query/src/utils.tsx:13
↓ 2 callersFunctionactionDelayFn
( fn: (...args: Array<any>) => Promise<T> | T, )
examples/react/kitchen-sink/src/utils.tsx:13
↓ 2 callersFunctionactionDelayFn
( fn: (...args: Array<any>) => Promise<T> | T, )
examples/react/kitchen-sink-file-based/src/utils/utils.tsx:13
↓ 2 callersFunctionactionDelayFn
( fn: (...args: Array<any>) => Promise<T> | T, )
examples/solid/kitchen-sink-solid-query/src/utils.tsx:13
↓ 2 callersFunctionactionDelayFn
( fn: (...args: Array<any>) => Promise<T> | T, )
examples/solid/kitchen-sink/src/utils.tsx:13
↓ 2 callersFunctionactionDelayFn
( fn: (...args: Array<any>) => Promise<T> | T, )
examples/solid/kitchen-sink-file-based/src/utils/utils.tsx:13
↓ 2 callersFunctionactionDelayFn
( fn: (...args: Array<any>) => Promise<T> | T, )
examples/solid/kitchen-sink-solid-query-file-based/src/utils/utils.tsx:13
↓ 2 callersFunctionaddIdentifierDeclarationBindings
( declaration: t.Node, scopes: IdentifierScopeStack, )
packages/router-utils/src/compiler-helpers.ts:160
↓ 2 callersFunctionaddIdentifierImportBindings
( node: t.ImportDeclaration, scope: IdentifierScopeFrame, )
packages/router-utils/src/compiler-helpers.ts:187
↓ 2 callersFunctionaddIdentifierPatternBindings
( pattern: t.LVal | t.Node | null | undefined, scope: IdentifierScopeFrame, )
packages/router-utils/src/compiler-helpers.ts:151
↓ 2 callersFunctionaddSharedSearchParamToFilename
(filename: string)
packages/router-plugin/src/core/code-splitter/compilers.ts:127
↓ 2 callersFunctionaddToRouteOptionRootsByFile
(fileName: string, key: string)
packages/eslint-plugin-start/src/rules/no-async-client-component/render-graph-builder.ts:541
↓ 2 callersFunctionaddTraceImportLocations
( provider: TransformResultProvider, trace: Array<{ file: string specifier?: string line?: num
packages/start-plugin-core/src/import-protection/sourceLocation.ts:510
↓ 2 callersFunctionaddTransformResult
( cache: Map<string, TransformResult>, key: string, result: TransformResult, )
packages/start-plugin-core/src/rsbuild/import-protection.ts:593
↓ 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:255
↓ 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 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:3207
↓ 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:149
↓ 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 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:136
↓ 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:143
↓ 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 callersFunctionbuildRouteBranch
(route: T)
packages/router-core/src/new-process-route-tree.ts:972
↓ 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:53
↓ 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 callersFunctioncallNextMiddleware
(ctx)
packages/start-client-core/src/createServerFn.ts:250
↓ 2 callersFunctioncancelReader
( reader: ReadableStreamDefaultReader<Uint8Array>, mode: AbortedRequestCancelMode, )
benchmarks/memory/server/scenarios/aborted-requests/shared.ts:172
↓ 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:106
↓ 2 callersFunctionclearPendingRouterHtml
()
packages/router-core/src/ssr/transformStreamWithRouter.ts:636
↓ 2 callersFunctionclearResolvedGateIdsInMarker
(marker: Element)
packages/start-client-core/src/hydration/runtime.ts:169
↓ 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:1295
↓ 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:179
↓ 2 callersFunctionconfigureHydrationSuppressions
( app: App, _router: AnyRouter, )
packages/vue-start-client/src/hydrateStart.ts:64
↓ 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:186
↓ 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:340
↓ 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
← previousnext →801–900 of 10,449, ranked by callers