Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TanStack/router
/ functions
Functions
10,449 in github.com/TanStack/router
⨍
Functions
10,449
◇
Types & classes
6,058
↓ 3 callers
Function
delay
(ms: number)
e2e/react-start/server-functions/tests/rsbuild-cache.spec.ts:40
↓ 3 callers
Method
detachAbortListener
()
packages/react-start-rsc/src/ReplayableStream.ts:117
↓ 3 callers
Function
determineInitialRoutePath
(routePath: string)
packages/router-generator/src/utils.ts:165
↓ 3 callers
Method
didFileChangeComparedToCache
( file: { path: string mtimeMs?: bigint }, cacheEntry: TCacheEntry | undefined, )
packages/router-generator/src/generator.ts:1181
↓ 3 callers
Function
drainRouterHtml
()
packages/router-core/src/ssr/transformStreamWithRouter.ts:592
↓ 3 callers
Function
enrichViolationInfo
( provider: TransformResultProvider, env: EnvState, envName: string, envType: 'client' | 'serv
packages/start-plugin-core/src/vite/import-protection-plugin/plugin.ts:469
↓ 3 callers
Function
escapeRegExp
(value: string)
packages/start-plugin-core/src/utils.ts:20
↓ 3 callers
Function
executeRewriteOutput
( rewrite: LocationRewrite | undefined, url: URL, )
packages/router-core/src/rewrite.ts:73
↓ 3 callers
Function
expandDestructuredDeclarations
( ast: t.File, bindings: Set<string>, )
packages/router-utils/src/compiler-helpers.ts:702
↓ 3 callers
Function
extractViolationsFromLog
(text: string)
e2e/react-start/import-protection-custom-config/tests/violations.utils.ts:29
↓ 3 callers
Function
fail
(message)
scripts/ts-symbol-references.mjs:285
↓ 3 callers
Function
fetchPost
(postId)
e2e/react-router/js-only-file-based/src/posts.js:16
↓ 3 callers
Function
fetchPosts
()
e2e/react-start/virtual-routes/src/posts.tsx:32
↓ 3 callers
Function
fetchPosts
()
e2e/react-router/js-only-file-based/src/posts.js:11
↓ 3 callers
Function
fetchUsers
({ filterBy, sortBy, }: { filterBy?: string; sortBy?: UsersSortBy } = {})
examples/react/kitchen-sink/src/mockTodos.ts:139
↓ 3 callers
Function
filterExportNames
(exports: ReadonlyArray<string>)
packages/start-plugin-core/src/import-protection/virtualModules.ts:177
↓ 3 callers
Function
findBodyEndTagForward
(str: string)
packages/router-core/tests/closing-tag-detection.bench.ts:209
↓ 3 callers
Function
findBodyEndTagNativeLowerThenLastOpenSlash
(str: string)
packages/router-core/tests/closing-tag-detection.bench.ts:266
↓ 3 callers
Method
findExportInModule
* Recursively find an export in a module, following `export * from` chains. * Returns the module info and binding if found, or undefined if not fou
packages/start-plugin-core/src/start-compiler/compiler.ts:1555
↓ 3 callers
Function
findHtmlBoundaryCombined
(str: string)
packages/router-core/tests/closing-tag-detection.bench.ts:276
↓ 3 callers
Function
findImportStatementLocationFromTransformed
( provider: TransformResultProvider, importerId: string, source: string, importLocCache: ImportLocCach
packages/start-plugin-core/src/import-protection/sourceLocation.ts:398
↓ 3 callers
Function
findMatch
( path: string, segmentTree: AnySegmentNode<T>, fuzzy = false, )
packages/router-core/src/new-process-route-tree.ts:834
↓ 3 callers
Function
findOriginalUnsafeUsagePosFromResult
( result: TransformResult, source: string, envType: BoundaryEnv, )
packages/start-plugin-core/src/import-protection/analysis.ts:917
↓ 3 callers
Function
findOriginalUsageLocation
( provider: TransformResultProvider, importerId: string, source: string, envType?: 'client' | 'server'
packages/start-plugin-core/src/import-protection/sourceLocation.ts:473
↓ 3 callers
Function
findPostCompileUsagePosFromResult
( result: TransformResult, source: string, )
packages/start-plugin-core/src/import-protection/analysis.ts:903
↓ 3 callers
Function
flattenMiddlewares
(middlewares: Array<T>, maxDepth: number = 100)
packages/start-client-core/src/createServerFn.ts:834
↓ 3 callers
Function
flushPendingRouterHtml
()
packages/router-core/src/ssr/transformStreamWithRouter.ts:628
↓ 3 callers
Function
fn
()
packages/start-plugin-core/tests/createIsomorphicFn/snapshots/server/createIsomorphicFnInline.tsx:3
↓ 3 callers
Method
forward
* Forward this email message to a verified destination address of the account. * @param rcptTo Verified destination address. * @param header
e2e/solid-start/basic-cloudflare/worker-configuration.d.ts:9903
↓ 3 callers
Function
generateDevSelfDenialModule
( exportNames: Array<string>, runtimeId: string, )
packages/start-plugin-core/src/import-protection/virtualModules.ts:219
↓ 3 callers
Function
generateExportLines
(names: ReadonlyArray<string>)
packages/start-plugin-core/src/import-protection/virtualModules.ts:181
↓ 3 callers
Function
generateMockCode
(diagnostics?: { meta: { env: string importer: string specifier: string trace: Array<unknown
packages/start-plugin-core/src/import-protection/virtualModules.ts:62
↓ 3 callers
Function
generateNoClosingTagChunk
()
packages/router-core/tests/closing-tag-detection.bench.ts:560
↓ 3 callers
Function
generatePartialChunk
()
packages/router-core/tests/closing-tag-detection.bench.ts:565
↓ 3 callers
Function
generatePartialCombinations
( arr: ReadonlyArray<T>, minLength: number, )
packages/eslint-plugin-router/src/__tests__/test-utils.ts:20
↓ 3 callers
Function
generateResolverContent
(environmentName: string)
packages/start-plugin-core/src/rsbuild/virtual-modules.ts:295
↓ 3 callers
Function
generateSelfContainedMockModule
(exportNames: Array<string>)
packages/start-plugin-core/src/import-protection/virtualModules.ts:206
↓ 3 callers
Function
getActualStream
( stream: ReadableStream<Uint8Array> | RawStream, )
e2e/vue-start/basic/src/raw-stream-fns.ts:371
↓ 3 callers
Method
getAll
()
packages/start-plugin-core/src/queue.ts:142
↓ 3 callers
Function
getAssetPath
(fileName: string)
packages/start-plugin-core/src/start-manifest-plugin/manifestBuilder.ts:363
↓ 3 callers
Function
getDefaultImportProtectionRules
()
packages/start-plugin-core/src/import-protection/defaults.ts:17
↓ 3 callers
Function
getDefaultTestOptions
(env: 'client' | 'server')
packages/start-plugin-core/tests/createServerFn/createServerFn.test.ts:7
↓ 3 callers
Function
getElementScrollRestorationEntry
( router: AnyRouter, options: ( | { id: string getElement?: () => Window | Element | u
packages/router-core/src/scroll-restoration.ts:95
↓ 3 callers
Function
getFallbackHtml
(id: string)
packages/start-client-core/src/hydration/runtime.ts:189
↓ 3 callers
Function
getGeneratedRouteTreePath
()
packages/start-plugin-core/src/vite/start-router-plugin/plugin.ts:41
↓ 3 callers
Function
getGlobalMiddlewareContext
(context: unknown)
benchmarks/ssr/scenarios/global-middleware/shared.ts:25
↓ 3 callers
Function
getHandleRouteUpdateCode
(stableRouteOptionKeys: Array<string>)
packages/router-plugin/src/core/hmr/handle-route-update.ts:239
↓ 3 callers
Function
getImportProtectionEnvType
( config: Pick<ImportProtectionAdapterConfig, 'envTypeMap'>, envName: string, )
packages/start-plugin-core/src/import-protection/adapterUtils.ts:37
↓ 3 callers
Function
getImportSourcesFromResult
( result: TransformResult, )
packages/start-plugin-core/src/import-protection/analysis.ts:360
↓ 3 callers
Function
getLine
(sourceFile: ts.SourceFile, node: ts.Node)
packages/eslint-plugin-start/src/rules/no-async-client-component/render-graph-builder.ts:537
↓ 3 callers
Function
getLookupConfigurationsForEnv
( env: 'client' | 'server', framework: CompileStartFrameworkOptions, opts?: { compilerTransforms?: A
packages/start-plugin-core/src/start-compiler/config.ts:48
↓ 3 callers
Function
getMarkerSpecifiers
()
packages/start-plugin-core/src/import-protection/defaults.ts:39
↓ 3 callers
Function
getModuleResource
(module: RspackModule)
packages/start-plugin-core/src/rsbuild/import-protection.ts:544
↓ 3 callers
Function
getNormalizedURL
(url: string | URL, base?: string | URL)
packages/router-core/src/ssr/ssr-server.ts:762
↓ 3 callers
Function
getOrigin
(request: Request)
packages/router-core/src/ssr/ssr-server.ts:749
↓ 3 callers
Function
getReferenceRouteCompilerPlugins
(opts: { targetFramework: Config['target'] addHmr?: boolean hmrStyle?: HmrStyle })
packages/router-plugin/src/core/code-splitter/plugins/framework-plugins.ts:7
↓ 3 callers
Function
getRequestHeader
(name: RequestHeaderName)
packages/start-server-core/src/request-response.ts:164
↓ 3 callers
Function
getRouter
()
packages/start-server-core/src/createStartHandler.ts:452
↓ 3 callers
Function
getScrollRestorationScriptForRouter
(_router: AnyRouter)
packages/router-core/src/scroll-restoration-script/client.ts:3
↓ 3 callers
Function
getSearchParamsFromURI
(uri: string)
packages/vue-router/tests/utils.ts:55
↓ 3 callers
Function
getSearchParamsFromURI
(uri: string)
packages/solid-router/tests/utils.ts:55
↓ 3 callers
Function
getSearchParamsFromURI
(uri: string)
packages/react-router/tests/utils.ts:55
↓ 3 callers
Function
getServerFnById
( _id: string, _access: { origin: 'client' | 'server' }, )
packages/start-server-core/src/fake-start-server-fn-resolver.ts:1
↓ 3 callers
Function
getSlowLoaderDeferred
(id: string)
benchmarks/memory/client/scenarios/interrupted-navigations/slow-loaders.ts:16
↓ 3 callers
Function
getStringAttr
( attrs: Record<string, any> | undefined, name: string, fallbackName?: string, )
packages/start-server-core/src/early-hints.ts:93
↓ 3 callers
Function
getStylesheetHref
(asset: ManifestCssLink)
packages/router-core/src/manifest.ts:186
↓ 3 callers
Function
getVirtualModulePath
( root: string, envName: string, filename: string, )
packages/start-plugin-core/src/rsbuild/import-protection.ts:326
↓ 3 callers
Function
hasAsyncModifier
( node: | ts.FunctionDeclaration | ts.FunctionExpression | ts.ArrowFunction | ts.M
packages/eslint-plugin-start/src/rules/no-async-client-component/async-component-detector.ts:94
↓ 3 callers
Function
hasRoutePathSegmentMetadata
( metadata: RoutePathSegmentMetadata | undefined, )
packages/router-generator/src/utils.ts:281
↓ 3 callers
Function
hydrateStart
()
packages/vue-start-client/src/hydrateStart.ts:91
↓ 3 callers
Function
initUserConfig
()
packages/router-plugin/src/core/router-code-splitter-plugin.ts:87
↓ 3 callers
Function
invalidateMatchingFileModules
( environment: ModuleInvalidationEnvironment, ids: Iterable<string>, shouldInvalidate: (mod: Environment
packages/start-plugin-core/src/vite/start-compiler-plugin/plugin.ts:82
↓ 3 callers
Method
invalidateModules
(ids: Iterable<string>)
packages/start-plugin-core/src/start-compiler/compiler.ts:855
↓ 3 callers
Function
invariant
(value: unknown, message?: string)
examples/react/start-convex-trellaux/convex/invariant.ts:1
↓ 3 callers
Function
invoicesQueryOptions
()
examples/react/kitchen-sink-react-query/src/main.tsx:46
↓ 3 callers
Function
invoicesQueryOptions
()
examples/solid/kitchen-sink-solid-query/src/main.tsx:46
↓ 3 callers
Function
isServerComponent
(value: unknown)
packages/router-devtools-core/src/utils.tsx:132
↓ 3 callers
Function
isSsrResponse
(value: unknown)
packages/router-core/src/ssr/handlerCallback.ts:16
↓ 3 callers
Function
last
(arr: ReadonlyArray<T>)
packages/router-core/src/utils.ts:192
↓ 3 callers
Function
loadMatches
(arg: { router: AnyRouter location: ParsedLocation matches: Array<AnyRouteMatch> preload?: boolean f
packages/router-core/src/load-matches.ts:961
↓ 3 callers
Function
loadMockEdgeModule
(encodedPayload: string)
packages/start-plugin-core/src/import-protection/virtualModules.ts:234
↓ 3 callers
Function
loadMockRuntimeModule
(encodedPayload: string)
packages/start-plugin-core/src/import-protection/virtualModules.ts:258
↓ 3 callers
Function
loadSilentMockModule
()
packages/start-plugin-core/src/import-protection/virtualModules.ts:173
↓ 3 callers
Function
loader
()
packages/start-plugin-core/tests/createServerFn/test-files/isomorphic-fns.tsx:21
↓ 3 callers
Function
loaderDeps
(opts)
examples/vue/basic-file-based-sfc/src/routes/remountDeps.ts:7
↓ 3 callers
Function
loaderFn
()
packages/router-plugin/tests/code-splitter/test-files/react/retain-exports-const.tsx:8
↓ 3 callers
Function
makeAbortedRequestRecords
( id: string, group: RecordGroup, )
benchmarks/memory/server/scenarios/aborted-requests/deferred-records.ts:10
↓ 3 callers
Function
makeBigPayload
(id: string)
benchmarks/ssr/scenarios/streaming/shared-data.ts:48
↓ 3 callers
Function
makeData
()
e2e/react-start/serialization-adapters/src/data.tsx:49
↓ 3 callers
Function
makeData
()
e2e/vue-start/serialization-adapters/src/data.tsx:49
↓ 3 callers
Function
makeData
()
e2e/solid-start/serialization-adapters/src/data.tsx:49
↓ 3 callers
Function
makeDeferredSectionPayload
( id: string, sectionIndex: number, )
benchmarks/memory/server/scenarios/streaming-peak/deferred-section-data.ts:14
↓ 3 callers
Function
makeKey
(fileName: string, componentName: string)
packages/eslint-plugin-start/src/rules/no-async-client-component/render-graph-builder.ts:533
↓ 3 callers
Function
makeNested
()
e2e/react-start/serialization-adapters/src/data.tsx:120
↓ 3 callers
Function
makeNested
()
e2e/vue-start/serialization-adapters/src/data.tsx:120
↓ 3 callers
Function
makeNested
()
e2e/solid-start/serialization-adapters/src/data.tsx:120
↓ 3 callers
Function
makePlainSerializationData
( id: string, )
benchmarks/ssr/scenarios/serialization/shared-data.ts:88
↓ 3 callers
Function
makeQueryOptions
(key: string)
e2e/react-start/query-integration/src/queryOptions.ts:3
↓ 3 callers
Function
makeRichSerializationData
( id: string, )
benchmarks/ssr/scenarios/serialization/shared-data.ts:70
↓ 3 callers
Function
makeSerializationPayload
(id: string)
benchmarks/memory/server/scenarios/serialization-payload/serialization-payload.ts:33
← previous
next →
601–700 of 10,449, ranked by callers