MCPcopy Create free account

hub / github.com/code-forge-io/react-router-devtools / functions

Functions749 in github.com/code-forge-io/react-router-devtools

↓ 1 callersFunctionensureDir
(p: string)
docs/scripts/generate-docs.ts:28
↓ 1 callersFunctionescapeRegExp
(s: string)
docs/app/components/command-k/hooks/use-fuzzy-search.ts:10
↓ 1 callersFunctionextendContextObject
(routeId: string, type: NetworkRequestType, args: AllDataFunctionArgs)
packages/react-router-devtools/src/context/extend-context.ts:11
↓ 1 callersFunctionextractHeadingSections
(rawMdx: string)
docs/app/components/command-k/create-search-index.ts:48
↓ 1 callersFunctionextractHeadingTreeFromMarkdown
(content: string, maxDepth = 3)
docs/app/utils/extract-heading-tree-from-mdx.ts:75
↓ 1 callersFunctionfenceStep
(state: FenceState, line: string)
docs/app/utils/extract-heading-tree-from-mdx.ts:34
↓ 1 callersFunctionfilterEmptyLines
(lines: string[])
docs/app/components/code-block/code-block-parser.ts:20
↓ 1 callersFunctionfirstPathSegment
(request: Request)
docs/app/utils/version-resolvers.ts:40
↓ 1 callersFunctionflattenSidebarItems
(sections: SidebarSection[])
docs/app/utils/flatten-sidebar.ts:3
↓ 1 callersFunctionfuzzySearch
({ query, version }: CommandKSearchParams)
docs/app/server/search-index.ts:33
↓ 1 callersFunctiongetAppDir
()
packages/react-router-devtools/src/vite/plugin.tsx:35
↓ 1 callersFunctiongetClientEnv
()
docs/app/env.server.ts:51
↓ 1 callersFunctiongetCurrentTheme
()
docs/app/utils/theme.ts:8
↓ 1 callersFunctiongetDirection
()
docs/app/components/ui/infinite-cards.tsx:44
↓ 1 callersFunctiongetExistingStateFromStorage
(config?: RdtClientConfig & { editorName?: string })
packages/react-router-devtools/src/client/context/RDTContext.tsx:39
↓ 1 callersFunctiongetFilenameFromPath
* Extract the filename without extension from a file path
packages/react-router-devtools/src/vite/utils/codegen.ts:294
↓ 1 callersFunctiongetFilenameFromSlug
(slug: string)
docs/app/utils/path-builders.ts:28
↓ 1 callersFunctiongetIcon
()
docs/app/ui/alert.tsx:41
↓ 1 callersFunctiongetIndentClass
(depth: number)
docs/app/components/sidebar/sidebar-items.tsx:7
↓ 1 callersFunctiongetItemClassName
(depth: number, isActive: boolean)
docs/app/components/table-of-content.tsx:24
↓ 1 callersFunctiongetLoaderData
(data: string | Record<string, any>)
packages/react-router-devtools/src/client/components/RouteSegmentInfo.tsx:18
↓ 1 callersFunctiongetNameOfElement
(element: t.JSXIdentifier | t.JSXMemberExpression | t.JSXNamespacedName)
packages/react-router-devtools/src/vite/utils/inject-source.ts:85
↓ 1 callersFunctiongetPageSlug
(page: Page)
docs/app/utils/get-page-slug.ts:3
↓ 1 callersFunctiongetRouteFillColor
(route: Route)
packages/react-router-devtools/src/client/components/RouteNode.tsx:32
↓ 1 callersFunctiongetRouteType
(route: Route)
packages/react-router-devtools/src/client/components/RouteNode.tsx:9
↓ 1 callersFunctiongetSearchIndex
(version: Version)
docs/app/server/search-index.ts:24
↓ 1 callersFunctiongetServerTiming
()
test-apps/react-router-vite/app/timing.server.ts:10
↓ 1 callersFunctiongetServerTimingHeader
()
test-apps/react-router-vite/app/timing.server.ts:28
↓ 1 callersFunctiongetSpeed
()
docs/app/components/ui/infinite-cards.tsx:53
↓ 1 callersFunctiongetSystemTheme
()
docs/app/utils/theme.ts:3
↓ 1 callersFunctiongetVariantStyles
()
docs/app/ui/alert.tsx:15
↓ 1 callersFunctiongroupPagesByFolder
(pages: Page[])
docs/app/utils/llms-txt-builder.ts:10
↓ 1 callersFunctionhandleBarClick
(_e: React.MouseEvent, _request: RequestEvent, index: number)
packages/react-router-devtools/src/client/components/network-tracer/NetworkWaterfall.tsx:156
↓ 1 callersFunctionhandleResultSelect
(result: SearchResult)
docs/app/components/command-k/components/command-k.tsx:52
↓ 1 callersFunctionhasLocalRef
(ref: string)
docs/scripts/generate-docs.ts:68
↓ 1 callersFunctionhasMultipleParams
* Check if a function/arrow function has more than one parameter
packages/react-router-devtools/src/vite/utils/codegen.ts:30
↓ 1 callersFunctionhasRouteImport
* Check if the Route type import already exists
packages/react-router-devtools/src/vite/utils/codegen.ts:105
↓ 1 callersFunctionhasTypeAnnotation
* Check if the first parameter already has a type annotation
packages/react-router-devtools/src/vite/utils/codegen.ts:39
↓ 1 callersFunctionhighlightSnippet
(text: string, query: string, maxLen = 120)
docs/app/components/command-k/hooks/use-fuzzy-search.ts:22
↓ 1 callersFunctionhomepageUrl
(base: string, version: string)
docs/app/utils/version-resolvers.ts:32
↓ 1 callersFunctionhomepageUrlWithVersion
(v: string)
docs/app/utils/version-resolvers.ts:50
↓ 1 callersFunctioninitEnv
* Initializes and parses given environment variables using zod * @returns Initialized env vars
docs/app/env.server.ts:18
↓ 1 callersFunctioninstallFakeLocalStorage
()
docs/app/utils/tests/local-storage.test.ts:7
↓ 1 callersFunctionisComment
(v: string)
docs/app/components/code-block/code-block-syntax-highlighter.ts:110
↓ 1 callersFunctionisDiffPatternPrefix
(prefix: string)
docs/app/components/code-block/code-block-diff.ts:34
↓ 1 callersFunctionisFloat
(n: number)
packages/react-router-devtools/src/external/react-json-view/comps/Value.tsx:15
↓ 1 callersFunctionisFunction
(value: string)
docs/app/components/code-block/code-block-syntax-highlighter.ts:108
↓ 1 callersFunctionisIdentifier
(value: string)
docs/app/components/code-block/code-block-syntax-highlighter.ts:113
↓ 1 callersFunctionisKeyword
(value: string)
docs/app/components/code-block/code-block-syntax-highlighter.ts:106
↓ 1 callersFunctionisNumber
(value: string)
docs/app/components/code-block/code-block-syntax-highlighter.ts:112
↓ 1 callersFunctionisOperator
(value: string)
docs/app/components/code-block/code-block-syntax-highlighter.ts:107
↓ 1 callersFunctionisPromise
(value: any)
packages/react-router-devtools/src/client/components/jsonRenderer.tsx:13
↓ 1 callersFunctionisPullRequestCI
()
docs/scripts/generate-docs.ts:155
↓ 1 callersFunctionisString
(value: string)
docs/app/components/code-block/code-block-syntax-highlighter.ts:111
↓ 1 callersFunctionisUnknownVersion
(v?: string)
docs/app/utils/version-resolvers.ts:12
↓ 1 callersFunctionisWhitespace
(value: string)
docs/app/components/code-block/code-block-syntax-highlighter.ts:109
↓ 1 callersFunctionkeyFor
(version: string)
docs/app/components/command-k/hooks/use-search-history.ts:8
↓ 1 callersFunctionloader
()
packages/react-router-devtools/src/server/hof.test.ts:18
↓ 1 callersFunctionlogDeferredObject
(response: Record<any, any>, id: string, start: number, preKey = "")
packages/react-router-devtools/src/server/utils.ts:124
↓ 1 callersFunctionnav
()
docs/app/components/versions-dropdown.tsx:19
↓ 1 callersFunctiononChange
(e: React.ChangeEvent<HTMLSelectElement>)
docs/app/components/versions-dropdown.tsx:12
↓ 1 callersFunctionopenModal
()
docs/app/components/command-k/hooks/use-modal-state.ts:12
↓ 1 callersFunctionopenSource
(source: string, line?: string, column?: string)
packages/react-router-devtools/src/client/utils/open-source.ts:5
↓ 1 callersFunctionpageUrlWithVersion
(base: string, version: string, slug: string)
docs/app/utils/version-resolvers.ts:36
↓ 1 callersFunctionparseAtx
(line: string)
docs/app/utils/extract-heading-tree-from-mdx.ts:42
↓ 1 callersFunctionparseSearchParams
(request: Request, schema: T)
docs/app/utils/parse-search-params.ts:3
↓ 1 callersFunctionparseSetext
(curr: string, next: string)
docs/app/utils/extract-heading-tree-from-mdx.ts:48
↓ 1 callersFunctionpreloadContentCollections
()
docs/app/utils/load-content.ts:9
↓ 1 callersFunctionpreloadSearchIndexes
()
docs/app/server/search-index.ts:11
↓ 1 callersFunctionprocessPlugins
(pluginDirectoryPath: string)
packages/react-router-devtools/src/vite/utils.ts:1
↓ 1 callersFunctionrefHasPath
(ref: string, pathFromRepoRoot: string)
docs/scripts/generate-docs.ts:74
↓ 1 callersFunctionremoveStorageItem
(key: string)
docs/app/utils/local-storage.ts:10
↓ 1 callersFunctionremoveWhitespace
(str: string)
packages/react-router-devtools/src/vite/utils/codegen.test.ts:3
↓ 1 callersFunctionrenderBody
()
docs/app/components/command-k/components/command-k.tsx:88
↓ 1 callersFunctionrenderLlmsTxt
(opts: { request: Request version: Version title: string tagline: string })
docs/app/utils/llms-txt-builder.ts:41
↓ 1 callersFunctionrenderVersionBlock
(domain: string, version: string, pages: Page[], sections: Section[])
docs/app/utils/llms-txt-builder.ts:21
↓ 1 callersFunctionrepoPath
(...segs: string[])
docs/scripts/generate-docs.ts:43
↓ 1 callersFunctionresolveVersionForHomepage
(version?: string)
docs/app/utils/version-resolvers.ts:25
↓ 1 callersFunctionresolveVersionForLayout
(version: string | undefined, request: Request)
docs/app/utils/version-resolvers.ts:44
↓ 1 callersFunctionscoreMatchQuality
(query: string, text: string)
docs/app/components/command-k/hooks/use-fuzzy-search.ts:12
↓ 1 callersFunctionscrollIntoView
(e: React.MouseEvent, id: string, offset = -80, behavior: ScrollBehavior = "smooth")
docs/app/utils/scroll-into-view.ts:1
↓ 1 callersFunctionsetSessionItem
(key: string, value: string)
packages/react-router-devtools/src/client/utils/storage.ts:10
↓ 1 callersFunctionsetupEnv
()
docs/scripts/setup.ts:20
↓ 1 callersFunctionsetupEventListeners
()
packages/react-router-devtools/src/vite/plugin.tsx:133
↓ 1 callersFunctionshouldHideTimeline
(tab: Tab | undefined)
packages/react-router-devtools/src/client/hooks/useTabs.ts:5
↓ 1 callersFunctionskipFrontmatter
(lines: string[], start = 0)
docs/app/utils/extract-heading-tree-from-mdx.ts:25
↓ 1 callersFunctionstatusCode
()
docs/app/root.tsx:126
↓ 1 callersFunctionstripCodeFences
(src: string)
docs/app/components/command-k/create-search-index.ts:27
↓ 1 callersFunctionstripExt
(s: string)
docs/content-collections.ts:53
↓ 1 callersFunctionstripTrailingIndex
(s: string)
docs/content-collections.ts:54
↓ 1 callersFunctiontoFunctionExpression
(decl: Babel.FunctionDeclaration)
packages/react-router-devtools/src/vite/utils/inject-client.ts:96
↓ 1 callersFunctiontoPosix
(s: string)
docs/content-collections.ts:50
↓ 1 callersFunctiontoggleRouteFilter
(route: string)
packages/react-router-devtools/src/client/components/network-tracer/NetworkWaterfall.tsx:189
↓ 1 callersFunctiontraceEnd
(type: NetworkRequestType, args: AllDataFunctionArgs, routeId: string)
packages/react-router-devtools/src/context/tracing.ts:53
↓ 1 callersFunctiontraceEvent
(type: NetworkRequestType, args: AllDataFunctionArgs, routeId: string)
packages/react-router-devtools/src/context/tracing.ts:6
↓ 1 callersFunctiontraceStart
(type: NetworkRequestType, args: AllDataFunctionArgs, routeId: string)
packages/react-router-devtools/src/context/tracing.ts:36
↓ 1 callersFunctiontransform
(ast: ParseResult<Babel.File>, routeId: string)
packages/react-router-devtools/src/vite/utils/middleware-augment.ts:10
↓ 1 callersFunctiontransform
(ast: ParseResult<Babel.File>, file: string)
packages/react-router-devtools/src/vite/utils/inject-source.ts:129
↓ 1 callersFunctiontransform
(ast: ParseResult<Babel.File>, clientConfig: string)
packages/react-router-devtools/src/vite/utils/inject-client.ts:7
↓ 1 callersFunctiontransform
(ast: ParseResult<Babel.File>, routeId: string)
packages/react-router-devtools/src/vite/utils/data-functions-augment.ts:10
← previousnext →201–300 of 749, ranked by callers