MCPcopy Create free account

hub / github.com/TanStack/router / functions

Functions10,449 in github.com/TanStack/router

↓ 1 callersFunctionclickIntentAndExpectReplayedCount
( page: Page, buttonTestId: string, countTestId: string, count: string, )
e2e/react-start/deferred-hydration/tests/hydration.spec.ts:86
↓ 1 callersFunctionclickIntentAndExpectReplayedCount
( page: Page, buttonTestId: string, countTestId: string, count: string, )
e2e/solid-start/deferred-hydration/tests/hydration.spec.ts:19
↓ 1 callersFunctionclickTargetLinkImmediatelyAfterScroll
(page: Page)
e2e/react-router/scroll-restoration-sandbox-vite/tests/issue-7040.repro.spec.ts:71
↓ 1 callersFunctionclickToHydrateThenClickAndExpectIncrement
( page: Page, buttonTestId: string, countTestId: string, )
e2e/react-start/deferred-hydration/tests/hydration.spec.ts:101
↓ 1 callersFunctionclickToHydrateThenClickAndExpectIncrement
( page: Page, buttonTestId: string, countTestId: string, )
e2e/solid-start/deferred-hydration/tests/hydration.spec.ts:34
↓ 1 callersFunctionclientFn
(...args: Array<any>)
packages/start-client-core/src/client-rpc/createClientRpc.ts:10
↓ 1 callersMethodclone
* The **`clone()`** method of the Request interface creates a copy of the current `Request` object. * * [MDN Reference](https://developer.mo
e2e/solid-start/basic-cloudflare/worker-configuration.d.ts:1734
↓ 1 callersFunctioncloneLoadCssExpression
()
packages/react-start-rsc/src/plugin/rscCssTransform.ts:84
↓ 1 callersFunctioncloneLoader
( loader: ReturnType<typeof getRuleLoaders>[number], )
packages/start-plugin-core/src/rsbuild/swc-rsc.ts:35
↓ 1 callersFunctioncloneRspackRule
(rule: RspackRule)
packages/start-plugin-core/src/rsbuild/swc-rsc.ts:74
↓ 1 callersFunctioncloneRuleUse
(use: RspackRule['use'])
packages/start-plugin-core/src/rsbuild/swc-rsc.ts:63
↓ 1 callersFunctioncloseController
()
packages/react-start-rsc/tests/ReplayableStream.test.ts:82
↓ 1 callersFunctioncollectAllViteJsFiles
(manifest)
scripts/benchmarks/bundle-size/measure.mjs:293
↓ 1 callersFunctioncollectBindings
(code: string)
packages/router-plugin/tests/shared-bindings-helpers.test.ts:26
↓ 1 callersFunctioncollectBlockBindings
( block: t.BlockStatement, tracked: Set<string>, )
packages/start-plugin-core/src/import-protection/analysis.ts:581
↓ 1 callersFunctioncollectBrowserErrors
(page: Page)
e2e/e2e-utils/src/fixture.ts:51
↓ 1 callersFunctioncollectDevStyles
( opts: CollectDevStylesOptions, )
packages/start-plugin-core/src/vite/dev-server-plugin/dev-styles.ts:80
↓ 1 callersFunctioncollectEarlyHintsPhase
(opts: { phase: EarlyHintsPhase hints: ReadonlyArray<EarlyHint> sentLinks: Set<string> sentHints?: Arr
packages/start-server-core/src/early-hints.ts:357
↓ 1 callersFunctioncollectFromBinding
(node: ts.BindingName)
packages/eslint-plugin-start/src/rules/no-client-code-in-server-component/no-client-code-in-server-component.rule.ts:352
↓ 1 callersFunctioncollectFunctionBindings
( fn: t.Function, tracked: Set<string>, )
packages/start-plugin-core/src/import-protection/analysis.ts:605
↓ 1 callersFunctioncollectHoistedVarBindings
( node: t.Node, tracked: Set<string>, out: Set<string>, isRoot = true, )
packages/start-plugin-core/src/import-protection/analysis.ts:525
↓ 1 callersFunctioncollectIdentifiersFromPattern
( pattern: t.LVal, add: (name: string) => void, )
packages/start-plugin-core/src/import-protection/analysis.ts:114
↓ 1 callersFunctioncollectInitialJsFiles
(manifest, entryKey)
scripts/benchmarks/bundle-size/measure.mjs:260
↓ 1 callersFunctioncollectModuleInfoSnapshot
(code: string)
packages/router-utils/tests/compiler-helpers.test.ts:39
↓ 1 callersFunctioncollectParameterBindings
* Collect all binding names from a parameter (handles destructuring)
packages/eslint-plugin-start/src/rules/no-client-code-in-server-component/no-client-code-in-server-component.rule.ts:348
↓ 1 callersFunctioncollectProgramBindings
( program: t.Program, tracked: Set<string>, )
packages/start-plugin-core/src/import-protection/analysis.ts:557
↓ 1 callersFunctioncollectReachableIdentifiers
* Collect identifier nodes from a traversal root, skipping: * - The defining identifier for the symbol (avoid self-loop) * - Type-only posit
packages/eslint-plugin-start/src/rules/no-client-code-in-server-component/transitive-analyzer.ts:173
↓ 1 callersFunctioncollectResponseLinkHeaderEntries
(opts: { phase: EarlyHintsPhase event: EarlyHintsEvent entries: Array<ResponseLinkHeaderEntry> })
packages/start-server-core/src/early-hints.ts:343
↓ 1 callersFunctioncollectRsbuildAllJsFiles
(manifest)
scripts/benchmarks/bundle-size/measure.mjs:669
↓ 1 callersFunctioncollectRsbuildInitialJsFiles
(manifest, entryKey)
scripts/benchmarks/bundle-size/measure.mjs:657
↓ 1 callersFunctioncollectSortedDeclarationMapEntries
(code: string)
packages/router-utils/tests/compiler-helpers.test.ts:32
↓ 1 callersFunctioncollectSortedIdentifiers
(node: t.Node)
packages/router-utils/tests/compiler-helpers.test.ts:19
↓ 1 callersFunctioncollectSortedStatementBindings
(code: string)
packages/router-utils/tests/compiler-helpers.test.ts:23
↓ 1 callersFunctioncombineResultProps
({ href, options, isActive, isTransitioning, resolvedActiveProps, resolvedInactiveProps, resolve
packages/vue-router/src/link.tsx:505
↓ 1 callersFunctioncomparePaths
(a: string, b: string)
packages/router-core/src/router.ts:3035
↓ 1 callersFunctioncomparison
()
e2e/react-start/server-functions/src/routes/factory/index.tsx:190
↓ 1 callersFunctioncomparison
()
e2e/react-start/server-functions/src/routes/function-method/index.tsx:57
↓ 1 callersFunctioncomparison
()
e2e/solid-start/server-functions/src/routes/factory/index.tsx:154
↓ 1 callersFunctioncomparison
()
e2e/solid-start/server-functions/src/routes/function-method/index.tsx:57
↓ 1 callersFunctioncompile
(opts: { env: 'client' | 'server' code: string id: string })
packages/start-plugin-core/tests/createIsomorphicFn/createIsomorphicFn.test.ts:18
↓ 1 callersFunctioncompile
(opts: { env: 'client' | 'server' code: string id: string })
packages/start-plugin-core/tests/envOnly/envOnly.test.ts:18
↓ 1 callersFunctioncompile
(opts: { env: 'client' | 'server' code: string id: string warn?: (message: string) => void })
packages/start-plugin-core/tests/createMiddleware/createMiddleware.test.ts:21
↓ 1 callersFunctioncompile
(opts: { env: 'client' | 'server' code: string parserFilename?: string isProviderFile: boolean mode:
packages/start-plugin-core/tests/createServerFn/createServerFn.test.ts:23
↓ 1 callersFunctioncompile
(opts: { env: 'client' | 'server' code: string id: string })
packages/start-plugin-core/tests/clientOnlyJSX/clientOnlyJSX.test.ts:21
↓ 1 callersFunctioncompile
(opts: { env: 'client' | 'server' code: string id: string root?: string })
packages/start-plugin-core/tests/hydrateWhen/hydrateWhen.test.ts:64
↓ 1 callersFunctioncompileHydrate
(options: { code: string id: string root: string env: 'client' | 'server' envName?: string framewo
packages/start-plugin-core/tests/hydrate-when-transform.test.ts:62
↓ 1 callersFunctioncompileMatcher
(pattern: Pattern)
packages/start-plugin-core/src/import-protection/matchers.ts:22
↓ 1 callersFunctioncompileWithRscCssTransform
(opts: { code: string id?: string | undefined loadCssExpression?: string | undefined serverFnProviderO
packages/react-start-rsc/tests/rscCssTransform.test.tsx:13
↓ 1 callersFunctioncomponentKey
()
packages/solid-router/src/Match.tsx:270
↓ 1 callersFunctioncomposeEventHandlers
( handlers: Array<EventHandler<T> | undefined>, )
packages/vue-router/src/link.tsx:367
↓ 1 callersFunctioncomposeHandlers
(handlers: Array<undefined | React.EventHandler<any>>)
packages/react-router/src/link.tsx:733
↓ 1 callersFunctioncompressDataIfAppropriate
* Conditionally compress data based on size and MIME type
examples/react/start-bun/server.ts:211
↓ 1 callersFunctioncompressDataIfAppropriate
* Conditionally compress data based on size and MIME type
examples/solid/start-bun/server.ts:211
↓ 1 callersFunctioncomputeAsyncChunkImports
* Compute static imports (sibling chunks) for an async chunk. * * In rspack/webpack, an async chunk's ChunkGroup contains ALL chunks needed to * sa
packages/start-plugin-core/src/rsbuild/normalized-client-build.ts:166
↓ 1 callersFunctioncomputeDynamicImports
* Compute dynamicImports for a chunk by traversing its chunk groups' * childrenIterable (async/dynamic import edges). * * In rspack, a chunk belong
packages/start-plugin-core/src/rsbuild/normalized-client-build.ts:135
↓ 1 callersFunctioncomputeEtag
* Compute ETag for a given data buffer
examples/react/start-bun/server.ts:143
↓ 1 callersFunctioncomputeEtag
* Compute ETag for a given data buffer
examples/solid/start-bun/server.ts:143
↓ 1 callersFunctioncomputeFinalManifest
()
packages/start-server-core/src/finalManifest.ts:257
↓ 1 callersFunctionconfig
()
packages/solid-start/src/plugin/vite.ts:28
↓ 1 callersFunctionconfigurePlugin
(plugin: UnpluginOptions)
packages/router-plugin/tests/router-plugin-context.test.ts:26
↓ 1 callersFunctionconfigureRsc
()
packages/react-start-rsc/src/plugin/vite.ts:25
↓ 1 callersFunctionconfigureRscRsbuild
* Configure RSC options for the rsbuild adapter. * * Returns provider env, serialization adapters, and core RSC options. * * The SSR resolver stra
packages/react-start/src/plugin/rsbuild.ts:51
↓ 1 callersMethodconnect
* Connect directly to Hyperdrive as if it's your database, returning a TCP socket. * * Calling this method returns an identical socket to if
e2e/solid-start/basic-cloudflare/worker-configuration.d.ts:9987
↓ 1 callersFunctionconsumeBinaryStream
( stream: ReadableStream<Uint8Array> | RawStream, )
e2e/react-start/basic/src/raw-stream-fns.ts:483
↓ 1 callersFunctionconsumeBinaryStream
( stream: ReadableStream<Uint8Array> | RawStream, )
e2e/vue-start/basic/src/raw-stream-fns.ts:427
↓ 1 callersFunctionconsumeBinaryStream
( stream: ReadableStream<Uint8Array> | RawStream, )
e2e/solid-start/basic/src/raw-stream-fns.ts:396
↓ 1 callersFunctionconsumeHintStreams
( pureText: ReadableStream<Uint8Array> | RawStream | undefined, mixedContent: ReadableStream<Uint8
e2e/vue-start/basic/src/routes/raw-stream/ssr-text-hint.tsx:60
↓ 1 callersFunctionconsumeHintStreams
( textData: ReadableStream<Uint8Array> | RawStream | undefined, binaryData: ReadableStream<Uint8Ar
e2e/vue-start/basic/src/routes/raw-stream/ssr-binary-hint.tsx:47
↓ 1 callersFunctionconsumeRawStream
( rawData: ReadableStream<Uint8Array> | RawStream | undefined, )
e2e/vue-start/basic/src/routes/raw-stream/ssr-mixed.tsx:26
↓ 1 callersFunctionconsumeRawStream
( rawData: ReadableStream<Uint8Array> | RawStream | undefined, )
e2e/vue-start/basic/src/routes/raw-stream/ssr-single.tsx:19
↓ 1 callersFunctionconsumeRawStreams
( first: ReadableStream<Uint8Array> | RawStream | undefined, second: ReadableStream<Uint8Array> |
e2e/vue-start/basic/src/routes/raw-stream/ssr-multiple.tsx:20
↓ 1 callersFunctionconsumeSlotUsages
( stream: ReadableStream<RscSlotUsageEvent>, slotUsages: Array<RscSlotUsageEvent>, )
packages/react-start-rsc/src/createRscProxy.tsx:279
↓ 1 callersFunctionconvertGlobToRegExp
* Convert a simple glob pattern to a regular expression * Supports * wildcard for matching any characters
examples/react/start-bun/server.ts:132
↓ 1 callersFunctionconvertGlobToRegExp
* Convert a simple glob pattern to a regular expression * Supports * wildcard for matching any characters
examples/solid/start-bun/server.ts:132
↓ 1 callersFunctioncountProgramHotDeclarations
(code: string)
packages/router-plugin/tests/router-plugin-context.test.ts:67
↓ 1 callersFunctioncreateBits
()
packages/router-plugin/tests/code-splitter/snapshots/react/3-all-combined-errorComponent-separate/destructured-route-options-defaults@component---loader---notFoundComponent---pendingComponent.tsx:9
↓ 1 callersFunctioncreateBits
()
packages/router-plugin/tests/code-splitter/snapshots/react/3-all-combined-errorComponent-separate/retain-exports-destructured.tsx:3
↓ 1 callersFunctioncreateBits
()
packages/router-plugin/tests/code-splitter/snapshots/react/1-default/retain-exports-destructured@shared.tsx:1
↓ 1 callersFunctioncreateBits
()
packages/router-plugin/tests/code-splitter/snapshots/react/1-default/retain-exports-destructured.tsx:3
↓ 1 callersFunctioncreateBits
()
packages/router-plugin/tests/code-splitter/snapshots/react/1-default/destructured-route-options-defaults@shared.tsx:9
↓ 1 callersFunctioncreateBits
()
packages/router-plugin/tests/code-splitter/snapshots/react/2-components-combined-loader-separate/retain-exports-destructured@shared.tsx:1
↓ 1 callersFunctioncreateBits
()
packages/router-plugin/tests/code-splitter/snapshots/react/2-components-combined-loader-separate/retain-exports-destructured.tsx:3
↓ 1 callersFunctioncreateBits
()
packages/router-plugin/tests/code-splitter/snapshots/react/2-components-combined-loader-separate/destructured-route-options-defaults@shared.tsx:9
↓ 1 callersFunctioncreateBits
()
packages/router-plugin/tests/code-splitter/test-files/react/retain-exports-destructured.tsx:3
↓ 1 callersFunctioncreateBits
()
packages/router-plugin/tests/code-splitter/test-files/react/destructured-route-options-defaults.tsx:11
↓ 1 callersFunctioncreateBodies
(payloads: Array<Payload>)
benchmarks/ssr/scenarios/global-middleware/bench.ts:86
↓ 1 callersFunctioncreateBodies
(payloads: Array<Payload>)
benchmarks/ssr/scenarios/server-fns/bench.ts:88
↓ 1 callersFunctioncreateCdnTransform
(prefix: string)
benchmarks/ssr/scenarios/assets/react/src/server.ts:17
↓ 1 callersFunctioncreateCdnTransform
(prefix: string)
benchmarks/ssr/scenarios/assets/solid/src/server.ts:17
↓ 1 callersFunctioncreateCdnTransform
(prefix: string)
benchmarks/ssr/scenarios/assets/vue/src/server.ts:17
↓ 1 callersFunctioncreateCompiler
()
packages/start-plugin-core/tests/createServerFn/createServerFn.test.ts:586
↓ 1 callersFunctioncreateCompilerVirtualModuleIdPattern
( compilerPlugins: ReadonlyArray<StartCompilerPlugin>, )
packages/start-plugin-core/src/start-compiler/host.ts:100
↓ 1 callersFunctioncreateCompilerWithVirtualModules
(env: 'client' | 'server')
packages/start-plugin-core/tests/compiler.test.ts:825
↓ 1 callersFunctioncreateComposedHandler
( getHandler: () => Solid.JSX.EventHandlerUnion<T, TEvent> | undefined, fallback: (event: TEvent) => void,
packages/solid-router/src/link.tsx:512
↓ 1 callersFunctioncreateCompositeGlobPattern
* Create composite glob pattern from include patterns
examples/react/start-bun/server.ts:270
↓ 1 callersFunctioncreateCompositeGlobPattern
* Create composite glob pattern from include patterns
examples/solid/start-bun/server.ts:270
↓ 1 callersFunctioncreateCompositeHandle
* Creates a composite handle for server function responses. * No proxy needed - the client will decode and create its own proxy.
packages/react-start-rsc/src/createCompositeComponent.ts:144
↓ 1 callersFunctioncreateConcurrentPromises
( count: number, delayMs: number, )
e2e/react-start/streaming-ssr/src/routes/concurrent.tsx:10
↓ 1 callersFunctioncreateContextFixtures
(payloads: Array<Payload>)
benchmarks/ssr/scenarios/server-fns/bench.ts:100
↓ 1 callersFunctioncreateContextFromRequest
( request: Request, )
packages/start-server-core/tests/createCsrfMiddleware.test.ts:280
← previousnext →1,701–1,800 of 10,449, ranked by callers