MCPcopy Create free account

hub / github.com/TanStack/router / functions

Functions11,366 in github.com/TanStack/router

↓ 4 callersFunctionhasEscapedLeadingUnderscore
(originalSegment: string)
packages/router-generator/src/utils.ts:267
↓ 4 callersFunctionhasIdQueryFlag
(id: string, flag: string)
packages/start-plugin-core/src/vite/module-id.ts:2
↓ 4 callersFunctionhashPassword
(password: string)
e2e/vue-start/basic-auth/src/utils/prisma.ts:10
↓ 4 callersFunctionhashPassword
(password: string)
e2e/solid-start/basic-auth/src/utils/prisma.ts:10
↓ 4 callersFunctionhydrateStart
()
packages/vue-start-client/src/hydrateStart.ts:91
↓ 4 callersMethodinput
* Creates a media transformer from an input stream. * @param media - The input media bytes * @returns A MediaTransformer instance for applyi
e2e/solid-start/basic-cloudflare/worker-configuration.d.ts:10240
↓ 4 callersFunctioninvoicesQueryOptions
()
examples/react/kitchen-sink-react-query-file-based/src/utils/queryOptions.ts:13
↓ 4 callersFunctioninvoicesQueryOptions
()
examples/solid/kitchen-sink-solid-query-file-based/src/utils/queryOptions.ts:12
↓ 4 callersFunctionisCompilerTransformEnabledForEnv
( transform: StartCompilerImportTransform, env: StartCompilerEnvironment, )
packages/start-plugin-core/src/start-compiler/compiler.ts:85
↓ 4 callersFunctionisControl
( result: Lane<any> | ControlOutcome, )
packages/router-core/src/load-client.ts:269
↓ 4 callersFunctionisFileExcluded
( relativePath: string, matchers: Pick<FileMatchers, 'excludeFiles'>, )
packages/start-plugin-core/src/import-protection/utils.ts:34
↓ 4 callersFunctionisJsFile
(file)
scripts/benchmarks/bundle-size/measure.mjs:256
↓ 4 callersFunctionisManifestJsAsset
* True for any JS/MJS asset that should be included in the manifest. * Excludes HMR runtime patches.
packages/start-plugin-core/src/rsbuild/normalized-client-build.ts:108
↓ 4 callersFunctionisSegmentPathless
( segment: string, originalSegment: string, )
packages/router-generator/src/utils.ts:637
↓ 4 callersFunctionitemMarker
(id: string)
benchmarks/client-nav/scenarios/links/shared.ts:38
↓ 4 callersFunctionlogDiff
(oldStr: string, newStr: string)
packages/router-utils/src/logger.ts:4
↓ 4 callersFunctionmakeBeforeLoadMarker
(context: BeforeLoadContext)
benchmarks/ssr/scenarios/before-load/shared.ts:8
↓ 4 callersFunctionmakeDocumentMarker
( id: string, context: GlobalMiddlewareContext, )
benchmarks/ssr/scenarios/global-middleware/shared.ts:18
↓ 4 callersFunctionmakeServerFnMarker
( q: string, context: GlobalMiddlewareContext, )
benchmarks/ssr/scenarios/global-middleware/shared.ts:42
↓ 4 callersFunctionmakeServerRouteMarker
( id: string, context: GlobalMiddlewareContext, )
benchmarks/ssr/scenarios/global-middleware/shared.ts:35
↓ 4 callersFunctionmatchesAny
( value: string, matchers: Array<CompiledMatcher>, )
packages/start-plugin-core/src/import-protection/matchers.ts:53
↓ 4 callersFunctionmergeServerFnsById
( current: Record<string, ServerFn>, next: Record<string, ServerFn>, )
packages/start-plugin-core/src/start-compiler/host.ts:66
↓ 4 callersFunctionnestedLayoutValue
()
benchmarks/client-nav/scenarios/async-pipeline/shared.ts:57
↓ 4 callersFunctionnestedStateValue
(id: string)
benchmarks/client-nav/scenarios/async-pipeline/shared.ts:61
↓ 4 callersFunctionnormalizeError
( router: AnyRouter, lane: { location: ParsedLocation }, route: AnyRoute, cause: unknown, signal?: A
packages/router-core/src/load-server.ts:85
↓ 4 callersFunctionnormalizePath
(path: string)
packages/router-plugin/src/core/utils.ts:15
↓ 4 callersFunctionnormalizeSourceMap
(map: SourceMapLike | null | undefined)
packages/start-plugin-core/src/import-protection/sourceLocation.ts:115
↓ 4 callersFunctionobserve
( strategy: HydrationPrefetchStrategy, element: Element, callback: () => void, )
packages/start-client-core/tests/hydration-visible.test.ts:63
↓ 4 callersFunctionpostQueryOptions
(postId: string)
examples/react/start-basic-react-query/src/utils/posts.tsx:45
↓ 4 callersFunctionpostQueryOptions
(postId: string)
examples/solid/start-basic-solid-query/src/utils/posts.tsx:45
↓ 4 callersFunctionpostQueryOptions
(postId: string)
e2e/react-start/basic-react-query/src/utils/posts.tsx:51
↓ 4 callersFunctionpostQueryOptions
(postId: string)
e2e/vue-start/basic-vue-query/src/utils/posts.tsx:28
↓ 4 callersFunctionpostQueryOptions
(postId: string)
e2e/solid-start/basic-solid-query/src/utils/posts.tsx:22
↓ 4 callersFunctionremoveUnderscores
(s?: string)
packages/router-generator/src/utils.ts:516
↓ 4 callersFunctionrenderRouterToString
({ router, responseHeaders, App, }: { router: AnyRouter responseHeaders: Headers App: Component })
packages/vue-router/src/ssr/renderRouterToString.tsx:6
↓ 4 callersFunctionrenderRouterToString
({ router, responseHeaders, children, }: { router: AnyRouter responseHeaders: Headers children: Re
packages/react-router/src/ssr/renderRouterToString.tsx:5
↓ 4 callersFunctionreset
()
packages/vue-router/src/CatchBoundary.tsx:23
↓ 4 callersFunctionresolveExtensionlessAbsoluteId
(id: string)
packages/start-plugin-core/src/vite/import-protection-plugin/plugin.ts:179
↓ 4 callersFunctionrewriteDeniedImports
( code: string, id: string, deniedSources: Set<string>, getMockModuleId: (source: string) => string =
packages/start-plugin-core/src/import-protection/rewrite.ts:62
↓ 4 callersFunctionrunHydrationStrategyCleanup
(cleanup: void | (() => void))
packages/start-client-core/src/hydration/runtime.ts:100
↓ 4 callersFunctionsafeObjectMerge
( target: T | undefined, source: Record<string, unknown> | null | undefined, )
packages/start-client-core/src/safeObjectMerge.ts:8
↓ 4 callersFunctionsectionItems
(section: string)
benchmarks/client-nav/scenarios/preload/shared.ts:44
↓ 4 callersFunctionseo
({ title, description, keywords, image, }: { title: string description?: string image?: string
e2e/react-start/website/src/utils/seo.ts:1
↓ 4 callersFunctionseo
({ title, description, keywords, image, }: { title: string description?: string image?: string
e2e/vue-start/website/src/utils/seo.ts:1
↓ 4 callersFunctionseo
({ title, description, keywords, image, }: { title: string description?: string image?: string
e2e/solid-start/website/src/utils/seo.ts:1
↓ 4 callersFunctionsetupCoreRouterSsrQueryIntegration
({ router, queryClient, dehydrateOptions, hydrateOptions, handleRedirects = true, }: RouterSsrQueryO
packages/router-ssr-query-core/src/index.ts:35
↓ 4 callersFunctionsetupRouterSsrQueryIntegration
( opts: Options<TRouter>, )
packages/vue-router-ssr-query/src/index.tsx:14
↓ 4 callersFunctionsetupScrollRestoration
(router: AnyRouter, force?: boolean)
packages/router-core/src/scroll-restoration.ts:166
↓ 4 callersFunctionslowStateValue
(id: string)
benchmarks/client-nav/scenarios/async-pipeline/shared.ts:45
↓ 4 callersFunctionstep
(testId: string, isSettled: () => boolean)
benchmarks/client-nav/scenarios/async-pipeline/shared.ts:72
↓ 4 callersFunctionstringify
(data: any)
e2e/vue-start/server-functions/src/routes/primitives/index.tsx:7
↓ 4 callersFunctionstripQuery
(id: string)
packages/start-plugin-core/src/import-protection/utils.ts:132
↓ 4 callersFunctionthrowBoundaryError
( code: string, path: babel.NodePath<t.JSXElement>, message: string, )
packages/start-plugin-core/src/hydrate-when-transform.ts:310
↓ 4 callersFunctiontransformReadableStreamWithRouter
( router: AnyRouter, routerStream: ReadableStream, opts?: TransformStreamWithRouterOptions, )
packages/router-core/src/ssr/transformStreamWithRouter.ts:23
↓ 4 callersFunctionuseAppSession
()
examples/react/start-basic-auth/src/utils/session.ts:9
↓ 4 callersFunctionuseAppSession
()
examples/solid/start-basic-auth/src/utils/session.ts:9
↓ 4 callersFunctionuseAppSession
()
e2e/react-start/basic-auth/src/utils/session.ts:9
↓ 4 callersFunctionuseAppSession
()
e2e/vue-start/basic-auth/src/utils/session.ts:9
↓ 4 callersFunctionuseAppSession
()
e2e/solid-start/basic-auth/src/utils/session.ts:9
↓ 4 callersFunctionuseAuth
()
examples/react/authenticated-routes-firebase/src/auth.tsx:66
↓ 4 callersFunctionuseAuth
()
examples/solid/authenticated-routes-firebase/src/auth.tsx:56
↓ 4 callersFunctionuseAuth
()
examples/solid/authenticated-routes/src/auth.tsx:57
↓ 4 callersFunctionuseElementScrollRestoration
( options: ( | { id: string getElement?: () => Window | Element | undefined | null
packages/solid-router/src/ScrollRestoration.tsx:32
↓ 4 callersFunctionuseElementScrollRestoration
( options: ( | { id: string getElement?: () => Window | Element | undefined | null
packages/react-router/src/ScrollRestoration.tsx:32
↓ 4 callersFunctionuseLinkProps
( options: UseLinkPropsOptions<TRouter, TFrom, TTo, TMaskFrom, TMaskTo>, forwardedRef?: React.ForwardedRef
packages/react-router/src/link.tsx:155
↓ 4 callersFunctionuseStructuralSharing
( opts: | { select?: ( slice: TSelectSlice, ) => ValidateSelected<TRouter, TSe
packages/react-router/src/useMatch.tsx:25
↓ 4 callersFunctionuseTags
(assetCrossOrigin?: AssetCrossOriginConfig)
packages/react-router/src/headContentUtils.tsx:195
↓ 4 callersFunctionusersQueryOptions
(search: string)
examples/react/search-validator-adapters/src/components/Users.tsx:49
↓ 4 callersFunctionusersQueryOptions
(search: string)
examples/solid/search-validator-adapters/src/components/Users.tsx:49
↓ 4 callersFunctionvalidateSearch
(validateSearch: AnyValidator, input: unknown)
packages/router-core/src/router.ts:2714
↓ 4 callersFunctionwaitForRequiredLink
( container: ParentNode, testId: string, cache?: Map<string, HTMLAnchorElement>, )
benchmarks/client-nav/setup-helpers.ts:22
↓ 4 callersFunctionwriteChunk
* Enqueue a string chunk through the backpressure queue. Stored as a * string and encoded only when the downstream actually accepts the chunk *
packages/router-core/src/ssr/transformStreamWithRouter.ts:490
↓ 4 callersFunctionzodValidator
( options: TOptions, )
packages/zod-adapter/src/index.ts:42
↓ 3 callersFunctionabortMatches
( matches: Array<AnyRouteMatch>, start = 0, reason?: unknown, )
packages/router-core/src/load-server.ts:506
↓ 3 callersFunctionabortableServerFn
()
e2e/solid-start/server-functions/src/routes/abort-signal/$method.tsx:42
↓ 3 callersFunctionacquireMatchResources
(matches: Array<AnyRouteMatch>)
packages/router-core/src/load-client.ts:544
↓ 3 callersMethodaddEdge
(resolved: string, importer: string, specifier?: string)
packages/start-plugin-core/src/import-protection/trace.ts:32
↓ 3 callersFunctionappendRouteStylesheets
( route: RouteTreeRoute, stylesheets: Array<ManifestCssLink>, )
packages/start-plugin-core/src/start-manifest-plugin/manifestBuilder.ts:173
↓ 3 callersFunctionarticleData
(slug: string)
benchmarks/client-nav/scenarios/mount/shared.ts:39
↓ 3 callersFunctionarticleHead
(id: string)
benchmarks/client-nav/scenarios/head/shared.ts:92
↓ 3 callersFunctionassertAssetsScenario
(handler: StartRequestHandler)
benchmarks/ssr/scenarios/assets/shared.ts:59
↓ 3 callersFunctionassertBeforeLoadScenario
(handler: StartRequestHandler)
benchmarks/ssr/scenarios/before-load/shared-bench.ts:26
↓ 3 callersFunctionassertControlFlowSanity
(handler: StartRequestHandler)
benchmarks/ssr/scenarios/control-flow/shared.ts:174
↓ 3 callersFunctionassertGlobalMiddlewareScenario
( handler: StartRequestHandler, context: GlobalMiddlewareBenchContext, )
benchmarks/ssr/scenarios/global-middleware/bench.ts:254
↓ 3 callersFunctionassertHeadSanity
(handler: StartRequestHandler)
benchmarks/ssr/scenarios/head/shared.ts:41
↓ 3 callersFunctionassertLoadersSanity
(handler: StartRequestHandler)
benchmarks/ssr/scenarios/loaders/shared-bench.ts:34
↓ 3 callersFunctionassertRewriteScenario
(handler: StartRequestHandler)
benchmarks/ssr/scenarios/rewrites/shared.ts:57
↓ 3 callersFunctionassertSelectiveSanity
(handler: StartRequestHandler)
benchmarks/ssr/scenarios/selective-ssr/shared-bench.ts:25
↓ 3 callersFunctionassertSerializationScenario
( handler: StartRequestHandler, )
benchmarks/ssr/scenarios/serialization/shared-bench.ts:63
↓ 3 callersFunctionassertServerFnScenario
( handler: StartRequestHandler, context: ServerFnBenchContext, )
benchmarks/ssr/scenarios/server-fns/bench.ts:415
↓ 3 callersFunctionassertServerFnTransportScenario
( handler: StartRequestHandler, context: ServerFnTransportBenchContext, )
benchmarks/ssr/scenarios/server-fn-transport/bench.ts:489
↓ 3 callersFunctionassertServerRouteMiddlewareResponse
( handler: StartRequestHandler, )
benchmarks/ssr/scenarios/server-routes-middleware/shared.ts:35
↓ 3 callersFunctionassertServerRouteResponse
(handler: StartRequestHandler)
benchmarks/ssr/scenarios/server-routes/shared.ts:35
↓ 3 callersFunctionassertStreamingSanity
(handler: StartRequestHandler)
benchmarks/ssr/scenarios/streaming/shared-bench.ts:40
↓ 3 callersFunctionawaitLazyElements
( tree: unknown, cssCollector?: CssHrefCollector, )
packages/react-start-rsc/src/awaitLazyElements.ts:83
↓ 3 callersFunctionbindSsrResponseToRequest
( router: AnyRouter | undefined, result: HandlerCallbackResult, signal: AbortSignal, )
packages/router-core/src/ssr/handlerCallback.ts:98
↓ 3 callersFunctionblogContext
()
benchmarks/client-nav/scenarios/mount/shared.ts:27
↓ 3 callersFunctionbuild
()
packages/eslint-plugin-start/src/rules/no-async-client-component/render-graph-builder.ts:70
↓ 3 callersFunctionbuildCodeSnippet
( provider: TransformResultProvider, moduleId: string, loc: Loc, contextLines: number = 2, root?: st
packages/start-plugin-core/src/import-protection/sourceLocation.ts:554
↓ 3 callersFunctionbuildManifest
()
packages/router-core/tests/ssr-server-manifest.test.ts:37
← previousnext →501–600 of 11,366, ranked by callers