Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TanStack/router
/ functions
Functions
11,102 in github.com/TanStack/router
⨍
Functions
11,102
◇
Types & classes
6,398
↓ 3 callers
Function
createImportSpecifierLocationIndex
()
packages/start-plugin-core/src/import-protection/sourceLocation.ts:381
↓ 3 callers
Function
createInlineCssUrlPlaceholder
(index: number)
packages/start-plugin-core/src/start-manifest-plugin/inlineCss.ts:16
↓ 3 callers
Function
createItemPayload
(id: string)
benchmarks/memory/client/scenarios/preload-churn/item-payload.ts:7
↓ 3 callers
Function
createLoaderData
(id: string)
benchmarks/memory/client/scenarios/loader-data-retention/loader-data.ts:15
↓ 3 callers
Function
createMountLoopSetup
(options: MountLoopSetupOptions)
benchmarks/client-nav/scenarios/harness.ts:341
↓ 3 callers
Function
createNullProtoObject
( source?: T, )
packages/start-client-core/src/safeObjectMerge.ts:29
↓ 3 callers
Function
createRandomKey
()
packages/history/src/index.ts:688
↓ 3 callers
Method
createReplayStream
* Create an independent replay stream. Each call returns a fresh reader * that starts from the beginning of the buffered data. * * If the str
packages/react-start-rsc/src/ReplayableStream.ts:206
↓ 3 callers
Function
createRouteHmrStatement
( stableRouteOptionKeys: Array<string>, opts: CreateRouteHmrStatementOpts, )
packages/router-plugin/src/core/hmr/select-adapter.ts:17
↓ 3 callers
Function
createRouterHmrPlugin
( options: Partial<Config | (() => Config)> | undefined = {}, routerPluginContext: RouterPluginContext, )
packages/router-plugin/src/core/router-hmr-plugin.ts:18
↓ 3 callers
Function
createRscProxyInternal
(options: CreateProxyOptions)
packages/react-start-rsc/src/createRscProxy.tsx:154
↓ 3 callers
Function
createServer
( root = process.cwd(), isProd = process.env.NODE_ENV === 'production', hmrPort, )
examples/react/basic-ssr-file-based/server.js:8
↓ 3 callers
Function
createTokenRegex
( token: TokenMatcher, opts: { type: 'segment' | 'filename' }, )
packages/router-generator/src/utils.ts:657
↓ 3 callers
Function
createWorkload
( framework: Framework, mountTestApp: MountTestApp, )
benchmarks/memory/client/scenarios/unique-location-churn/shared.ts:41
↓ 3 callers
Function
createWorkload
( framework: Framework, mountTestApp: MountTestApp, resolveAllSlowLoaders: ResolveAllSlowLoaders, reso
benchmarks/memory/client/scenarios/interrupted-navigations/shared.ts:130
↓ 3 callers
Function
createWorkload
( framework: Framework, mountTestApp: MountTestApp, )
benchmarks/memory/client/scenarios/mount-unmount/shared.ts:25
↓ 3 callers
Function
createWorkload
( framework: Framework, mountTestApp: MountTestApp, getTrackedItemLoaderCount: GetTrackedItemLoaderCount
benchmarks/memory/client/scenarios/preload-churn/shared.ts:57
↓ 3 callers
Function
createWorkload
( framework: Framework, mountTestApp: MountTestApp, )
benchmarks/memory/client/scenarios/navigation-churn/shared.ts:23
↓ 3 callers
Function
createWorkload
( framework: Framework, mountTestApp: MountTestApp, loaderPayloadRecordCount: number, )
benchmarks/memory/client/scenarios/loader-data-retention/shared.ts:50
↓ 3 callers
Function
createWorkloadGroup
( framework: Framework, handler: StartRequestHandler, )
benchmarks/memory/server/scenarios/serialization-payload/shared.ts:54
↓ 3 callers
Function
createWorkloadGroup
( framework: Framework, handler: StartRequestHandler, )
benchmarks/memory/server/scenarios/aborted-requests/shared.ts:257
↓ 3 callers
Function
createWorkloadGroup
( framework: Framework, handler: StartRequestHandler, )
benchmarks/memory/server/scenarios/peak-large-page/shared.ts:47
↓ 3 callers
Function
createWorkloadGroup
( framework: Framework, handler: StartRequestHandler, )
benchmarks/memory/server/scenarios/streaming-peak/shared.ts:91
↓ 3 callers
Function
createWorkloadGroup
( framework: Framework, handler: StartRequestHandler, )
benchmarks/memory/server/scenarios/error-paths/shared.ts:137
↓ 3 callers
Function
createWorkloadGroup
( framework: Framework, handler: StartRequestHandler, )
benchmarks/memory/server/scenarios/server-fn-churn/shared.ts:202
↓ 3 callers
Function
createWorkloadGroup
( framework: Framework, handler: StartRequestHandler, )
benchmarks/memory/server/scenarios/request-churn/shared.ts:53
↓ 3 callers
Function
dedupeKey
(info: ViolationInfo)
packages/start-plugin-core/src/vite/import-protection-plugin/plugin.ts:900
↓ 3 callers
Function
dedupePatterns
(patterns: Array<Pattern>)
packages/start-plugin-core/src/import-protection/utils.ts:17
↓ 3 callers
Function
dedupeViolationKey
(info: { type: string importer: string specifier: string resolved?: string })
packages/start-plugin-core/src/import-protection/utils.ts:55
↓ 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
Method
didFileChangeComparedToCache
( file: { path: string mtimeMs?: bigint }, cacheEntry: TCacheEntry | undefined, )
packages/router-generator/src/generator.ts:1173
↓ 3 callers
Function
docsSectionHead
(section: string)
benchmarks/client-nav/scenarios/head/shared.ts:73
↓ 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
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:94
↓ 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:319
↓ 3 callers
Function
homeItems
()
benchmarks/client-nav/scenarios/mount/shared.ts:13
↓ 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
← previous
next →
601–700 of 11,102, ranked by callers