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
↓ 2 callers
Function
findIndexForSplitNode
(str: string)
packages/router-plugin/src/core/code-splitter/compilers.ts:175
↓ 2 callers
Function
findLastClosingTagHybrid
(str: string)
packages/router-core/tests/closing-tag-detection.bench.ts:152
↓ 2 callers
Function
findLastClosingTagManual
(str: string)
packages/router-core/tests/closing-tag-detection.bench.ts:55
↓ 2 callers
Function
findLastClosingTagRegex
(str: string)
packages/router-core/tests/closing-tag-detection.bench.ts:22
↓ 2 callers
Function
findParent
(node: RouteNode | undefined)
packages/router-generator/src/utils.ts:1194
↓ 2 callers
Function
findPostCompileUsageLocation
( provider: TransformResultProvider, importerId: string, source: string, )
packages/start-plugin-core/src/import-protection/sourceLocation.ts:444
↓ 2 callers
Function
findUsagePosInAnalysis
( result: TransformResult, source: string, envType?: BoundaryEnv, )
packages/start-plugin-core/src/import-protection/analysis.ts:703
↓ 2 callers
Function
finish
()
packages/react-start-rsc/src/createCompositeComponent.ts:301
↓ 2 callers
Function
finish
(reason: HydrationPrefetchWaitReason)
packages/start-client-core/src/hydration/runtime.ts:124
↓ 2 callers
Function
first
()
packages/start-plugin-core/tests/createIsomorphicFn/snapshots/client/createIsomorphicFnInline.tsx:20
↓ 2 callers
Function
fixtureId
(filename: string)
packages/start-plugin-core/tests/hydrateWhen/hydrateWhen.test.ts:11
↓ 2 callers
Function
fn
()
packages/start-plugin-core/tests/envOnly/snapshots/client/envOnlyExportedAlias.tsx:1
↓ 2 callers
Function
format
( source: string, config: { quoteStyle: 'single' | 'double' semicolons: boolean }, )
packages/router-generator/src/utils.ts:764
↓ 2 callers
Function
formatBytes
(bytes, opts = {})
scripts/benchmarks/bundle-size/pr-report.mjs:97
↓ 2 callers
Function
formatLocation
(sourceFile, position)
scripts/ts-symbol-references.mjs:272
↓ 2 callers
Function
fromBase64Url
(input: string)
packages/start-plugin-core/src/import-protection/virtualModules.ts:17
↓ 2 callers
Function
generate
(config: Config, root: string)
packages/router-cli/src/generate.ts:4
↓ 2 callers
Method
generateFunctionId
* Generates a unique function ID for a server function. * In dev mode, uses a base64-encoded JSON with file path and export name. * In build mod
packages/start-plugin-core/src/start-compiler/compiler.ts:609
↓ 2 callers
Function
generateInterleavedCombinations
( data: Array<TData> | ReadonlyArray<TData>, additional: Array<TAdditional> | ReadonlyArray<TAdditional>,
packages/eslint-plugin-router/src/__tests__/test-utils.ts:50
↓ 2 callers
Function
generateLargeChunkNoBody
()
packages/router-core/tests/closing-tag-detection.bench.ts:532
↓ 2 callers
Function
generateLargePlainTextBodyChunk
()
packages/router-core/tests/closing-tag-detection.bench.ts:545
↓ 2 callers
Function
generateManifestModuleBuild
( clientBuild: NormalizedClientBuild | undefined, publicBase: string, _devClientEntryUrl: string, inli
packages/start-plugin-core/src/rsbuild/virtual-modules.ts:127
↓ 2 callers
Function
generateMediumChunk
()
packages/router-core/tests/closing-tag-detection.bench.ts:513
↓ 2 callers
Function
generateNestedChunk
()
packages/router-core/tests/closing-tag-detection.bench.ts:570
↓ 2 callers
Function
generateNotification
(index: number)
e2e/react-start/rsc/src/utils/streamingServerComponents.tsx:18
↓ 2 callers
Function
generatePermutations
(arr: Array<T>)
packages/eslint-plugin-router/src/__tests__/test-utils.ts:3
↓ 2 callers
Function
generateSerializationAdaptersModule
(opts: { adapters: Array<SerializationAdapterConfig> | undefined runtime: 'client' | 'server' })
packages/start-plugin-core/src/serialization-adapters-module.ts:54
↓ 2 callers
Function
generateServerFnResolverModule
( opts: GenerateServerFnResolverModuleOptions, )
packages/start-plugin-core/src/start-compiler/server-fn-resolver-module.ts:96
↓ 2 callers
Function
generateSmallChunk
()
packages/router-core/tests/closing-tag-detection.bench.ts:508
↓ 2 callers
Function
generateUppercaseBodyChunk
()
packages/router-core/tests/closing-tag-detection.bench.ts:541
↓ 2 callers
Function
generateWebComponentChunk
()
packages/router-core/tests/closing-tag-detection.bench.ts:550
↓ 2 callers
Function
getBundlerOptions
(build: any)
packages/start-plugin-core/src/utils.ts:8
↓ 2 callers
Function
getCached
(key: string)
packages/router-plugin/tests/code-splitter/snapshots/react/3-all-combined-errorComponent-separate/shared-function@component---loader---notFoundComponent---pendingComponent.tsx:2
↓ 2 callers
Function
getCached
(key: string)
packages/router-plugin/tests/code-splitter/snapshots/react/1-default/shared-function@shared.tsx:2
↓ 2 callers
Function
getCached
(key: string)
packages/router-plugin/tests/code-splitter/snapshots/react/2-components-combined-loader-separate/shared-function@shared.tsx:2
↓ 2 callers
Function
getCandidates
(id: string)
packages/start-plugin-core/src/rsbuild/import-protection.ts:1659
↓ 2 callers
Function
getCheckedProperties
( orderRules: ReadonlyArray<ReadonlyArray<ReadonlyArray<T>>>, )
packages/eslint-plugin-router/src/rules/create-route-property-order/create-route-property-order.utils.ts:69
↓ 2 callers
Function
getClientOutputDirectory
( userConfig: vite.UserConfig | vite.ResolvedConfig, )
packages/start-plugin-core/src/vite/output-directory.ts:6
↓ 2 callers
Function
getColor
(testId: string, page: Page)
e2e/react-start/start-manifest/tests/start-manifest.spec.ts:18
↓ 2 callers
Function
getColor
(testId: string, page: Page)
e2e/vue-start/start-manifest/tests/start-manifest.spec.ts:18
↓ 2 callers
Function
getColor
(testId: string, page: Page)
e2e/solid-start/start-manifest/tests/start-manifest.spec.ts:18
↓ 2 callers
Function
getComponentName
(obj: Record<string, unknown>)
packages/router-plugin/tests/code-splitter/snapshots/react/3-all-combined-errorComponent-separate/circular-reference-function@component---loader---notFoundComponent---pendingComponent.tsx:1
↓ 2 callers
Function
getComponentName
(obj: Record<string, unknown>)
packages/router-plugin/tests/code-splitter/snapshots/react/3-all-combined-errorComponent-separate/circular-reference-arrow-function@component---loader---notFoundComponent---pendingComponent.tsx:1
↓ 2 callers
Function
getComponentName
(obj: Record<string, unknown>)
packages/router-plugin/tests/code-splitter/snapshots/react/1-default/circular-reference-arrow-function@component.tsx:1
↓ 2 callers
Function
getComponentName
(obj: Record<string, unknown>)
packages/router-plugin/tests/code-splitter/snapshots/react/1-default/circular-reference-function@component.tsx:1
↓ 2 callers
Function
getComponentName
(obj: Record<string, unknown>)
packages/router-plugin/tests/code-splitter/snapshots/react/2-components-combined-loader-separate/circular-reference-function@component---errorComponent---notFoundComponent---pendingComponent.tsx:1
↓ 2 callers
Function
getComponentName
(obj: Record<string, unknown>)
packages/router-plugin/tests/code-splitter/snapshots/react/2-components-combined-loader-separate/circular-reference-arrow-function@component---errorComponent---notFoundComponent---pendingComponent.tsx:1
↓ 2 callers
Function
getComponentName
(obj: Record<string, unknown>)
packages/router-plugin/tests/code-splitter/test-files/react/circular-reference-function.tsx:3
↓ 2 callers
Function
getComponentName
(obj: Record<string, unknown>)
packages/router-plugin/tests/code-splitter/test-files/react/circular-reference-arrow-function.tsx:3
↓ 2 callers
Function
getCount
()
packages/router-plugin/tests/code-splitter/snapshots/react/3-all-combined-errorComponent-separate/shared-indirect-ref@component---loader---notFoundComponent---pendingComponent.tsx:4
↓ 2 callers
Function
getCount
()
packages/router-plugin/tests/code-splitter/snapshots/react/1-default/shared-indirect-ref@shared.tsx:4
↓ 2 callers
Function
getCount
()
packages/router-plugin/tests/code-splitter/snapshots/react/2-components-combined-loader-separate/shared-indirect-ref@shared.tsx:4
↓ 2 callers
Function
getCsrfRequestValidationResult
( opts: CsrfMiddlewareOptions<TRegister, TMiddlewares>, ctx: RequestServerOptions<TRegister, TMiddlewares>
packages/start-client-core/src/createCsrfMiddleware.ts:116
↓ 2 callers
Function
getCssAssetSource
(source: unknown)
packages/start-plugin-core/src/start-manifest-plugin/inlineCss.ts:198
↓ 2 callers
Function
getDefaultTestOptions
(env: 'client' | 'server')
packages/start-plugin-core/tests/compiler.test.ts:12
↓ 2 callers
Function
getDefaultTestOptions
(env: 'client' | 'server')
packages/start-plugin-core/tests/createMiddleware/createMiddleware.test.ts:7
↓ 2 callers
Function
getElement
(selector: string | (() => Element | null | undefined))
packages/router-core/src/scroll-restoration.ts:138
↓ 2 callers
Function
getExternalDirectCallCandidateKind
( path: babel.NodePath<t.CallExpression>, candidates: ExternalDirectCallCandidates, )
packages/start-plugin-core/src/start-compiler/compiler.ts:467
↓ 2 callers
Function
getFileText
(fileName)
scripts/ts-symbol-references.mjs:258
↓ 2 callers
Function
getFinalManifestCacheKey
(inlineCss: boolean)
packages/start-server-core/src/finalManifest.ts:199
↓ 2 callers
Function
getHeadStylesheetHrefs
(page: Page)
e2e/react-start/start-manifest/tests/start-manifest.spec.ts:43
↓ 2 callers
Function
getHeadStylesheetHrefs
(page: Page)
e2e/vue-start/start-manifest/tests/start-manifest.spec.ts:37
↓ 2 callers
Function
getHeadStylesheetHrefs
(page: Page)
e2e/solid-start/start-manifest/tests/start-manifest.spec.ts:37
↓ 2 callers
Function
getHydrateImport
( ast: t.File, framework: CompileStartFrameworkOptions, )
packages/start-plugin-core/src/hydrate-when-transform.ts:465
↓ 2 callers
Function
getImportProtectionRelativePath
( root: string, absolutePath: string, )
packages/start-plugin-core/src/import-protection/adapterUtils.ts:30
↓ 2 callers
Function
getImportProtectionRulesForEnvironment
( config: Pick<ImportProtectionAdapterConfig, 'compiledRules' | 'envTypeMap'>, envName: string, )
packages/start-plugin-core/src/import-protection/adapterUtils.ts:44
↓ 2 callers
Function
getImportSources
( code: string, filename?: string, perf?: TransformResult['perf'], )
packages/start-plugin-core/src/import-protection/analysis.ts:370
↓ 2 callers
Function
getInitCount
()
e2e/react-router/basic-file-based-code-splitting/src/routes/shared-singleton.tsx:13
↓ 2 callers
Function
getIntentListenerEvents
( marker: Element, events: ReadonlyArray<string>, )
packages/start-client-core/src/hydration/interaction.ts:62
↓ 2 callers
Function
getInvalidParams
(path: string)
packages/eslint-plugin-router/src/rules/route-param-names/route-param-names.utils.ts:119
↓ 2 callers
Function
getJSXAttribute
(node: t.JSXOpeningElement, name: string)
packages/start-plugin-core/src/hydrate-when-transform.ts:61
↓ 2 callers
Function
getLinkHrefs
(html: string, rel: string)
e2e/react-start/rsc/tests/rsc-client-preload.spec.ts:6
↓ 2 callers
Function
getLoaderContext
( inner: InnerLoadContext, matchPromises: Array<Promise<AnyRouteMatch>>, matchId: string, index: numbe
packages/router-core/src/load-matches.ts:607
↓ 2 callers
Function
getLoaderPath
( loader: ReturnType<typeof getRuleLoaders>[number], )
packages/start-plugin-core/src/rsbuild/swc-rsc.ts:32
↓ 2 callers
Function
getMarker
()
packages/react-start-client/src/tests/Hydrate.test.tsx:24
↓ 2 callers
Function
getMarkerGate
(marker: Element)
packages/start-client-core/src/hydration/runtime.ts:148
↓ 2 callers
Function
getMatchById
( router: RouterCore<any, any, any, any, any>, id: string, )
packages/router-core/tests/load.test.ts:698
↓ 2 callers
Function
getMatchedRoutesCacheKey
(matches: Array<AnyRouteMatch>)
packages/router-core/src/ssr/ssr-server.ts:220
↓ 2 callers
Function
getMeaningfulChildren
( children: Array<t.JSXElement['children'][number]>, )
packages/start-plugin-core/src/hydrate-when-transform.ts:490
↓ 2 callers
Function
getMockExportNamesBySource
( code: string, filename?: string, perf?: TransformResult['perf'], )
packages/start-plugin-core/src/import-protection/analysis.ts:395
↓ 2 callers
Function
getMockExportNamesBySourceFromResult
( result: TransformResult, )
packages/start-plugin-core/src/import-protection/analysis.ts:389
↓ 2 callers
Function
getModules
()
packages/nitro-v2-vite-plugin/src/index.ts:149
↓ 2 callers
Function
getNamedExports
( code: string, filename?: string, perf?: TransformResult['perf'], )
packages/start-plugin-core/src/import-protection/analysis.ts:411
↓ 2 callers
Function
getNamedExportsFromResult
( result: TransformResult, )
packages/start-plugin-core/src/import-protection/analysis.ts:405
↓ 2 callers
Function
getNotFound
( error: unknown, )
packages/solid-router/src/not-found.tsx:9
↓ 2 callers
Function
getOrCreateCachedFinalManifestPromise
( cachedFinalManifestPromises: FinalManifestCache, cacheKey: FinalManifestCacheKey, computeFinalManifest
packages/start-server-core/src/finalManifest.ts:221
↓ 2 callers
Function
getOrCreateGate
( id: string, when: HydrationWhen, )
packages/start-client-core/src/hydration/runtime.ts:38
↓ 2 callers
Function
getOrCreateStream
* Gets or creates a stream for a given stream ID. * Called by deserialize plugin when it encounters a RawStream reference.
packages/start-client-core/src/client-rpc/frame-decoder.ts:83
↓ 2 callers
Function
getOriginalCode
( result: TransformResult, importerFile: string | undefined, root: string | undefined, )
packages/start-plugin-core/src/import-protection/sourceLocation.ts:262
↓ 2 callers
Function
getOtherRouteConstructor
( constructor: RouteConstructorName, )
packages/router-generator/src/transform/transform.ts:614
↓ 2 callers
Function
getOutputDirectory
( userConfig: vite.UserConfig | vite.ResolvedConfig, environmentName: ViteEnvironmentNames, directoryNam
packages/start-plugin-core/src/vite/output-directory.ts:18
↓ 2 callers
Function
getPreparedMatchedManifestRoutes
( manifest: ServerManifest, matches: Array<AnyRouteMatch>, cacheKey: string, )
packages/router-core/src/ssr/ssr-server.ts:228
↓ 2 callers
Function
getPropsSafeToSpread
(options: AnyLinkPropsOptions)
packages/vue-router/src/link.tsx:595
↓ 2 callers
Function
getRelativePath
(fileName: string)
packages/eslint-plugin-start/src/rules/no-client-code-in-server-component/no-client-code-in-server-component.rule.ts:467
↓ 2 callers
Function
getResolvedEntryPlan
()
packages/start-plugin-core/src/config-context.ts:72
↓ 2 callers
Function
getResolvedRouteNodeVariableName
( routeNode: RouteNode, )
packages/router-generator/src/utils.ts:870
↓ 2 callers
Function
getResponse
()
packages/start-server-core/src/request-response.ts:418
↓ 2 callers
Function
getResponseFromTheAsyncGenerator
()
examples/solid/start-streaming-data-from-server-functions/src/routes/index.tsx:125
↓ 2 callers
Function
getResponseLinkHeaderEntries
(opts: { entries: ReadonlyArray<ResponseLinkHeaderEntry> filter?: ResponseLinkHeaderFilter })
packages/start-server-core/src/early-hints.ts:282
↓ 2 callers
Function
getRouteFilePathsFromModuleIds
(moduleIds: Array<string>)
packages/start-plugin-core/src/vite/start-manifest-plugin/normalized-client-build.ts:114
← previous
next →
1,001–1,100 of 10,449, ranked by callers