MCPcopy Create free account

hub / github.com/AnmolSaini16/mapcn / functions

Functions325 in github.com/AnmolSaini16/mapcn

↓ 132 callersFunctioncn
(...inputs: ClassValue[])
src/lib/utils.ts:4
↓ 19 callersFunctiongetExampleSource
(filename: string)
src/app/(main)/docs/_components/get-example-source.ts:9
↓ 17 callersFunctioncode
(value: string)
src/lib/llm-content.ts:38
↓ 13 callersFunctionuseMap
()
src/registry/map.tsx:134
↓ 8 callersFunctionsetHover
(next: string | number | null)
src/registry/map.tsx:1461
↓ 5 callersFunctionuseSidebar
()
src/components/ui/sidebar.tsx:47
↓ 4 callersFunctiontrackEvent
({ name, properties }: Event)
src/lib/events.ts:16
↓ 3 callersFunctiongetDocumentTheme
()
src/registry/map.tsx:72
↓ 3 callersFunctiongetPayloadConfigFromPayload
( config: ChartConfig, payload: unknown, key: string )
src/components/ui/chart.tsx:312
↓ 3 callersFunctionhighlightCode
( code: string, lang: string = "tsx", )
src/lib/highlight.ts:3
↓ 3 callersFunctionuseMarkerContext
()
src/registry/map.tsx:410
↓ 3 callersFunctionusePageHeaderContext
()
src/components/page-header.tsx:17
↓ 2 callersFunctioncreateBasemapMarkdown
()
src/lib/llm-content.ts:59
↓ 2 callersFunctioncreateLlmIndexMarkdown
()
src/lib/llm-content.ts:93
↓ 2 callersFunctionfindArc
(featureId: string | number | undefined)
src/registry/map.tsx:1809
↓ 2 callersFunctionfixContent
(content: string)
scripts/fix-registry-imports.ts:24
↓ 2 callersFunctionformatDuration
(seconds?: number)
src/registry/blocks/delivery-tracker/page.tsx:28
↓ 2 callersFunctionformatList
(items: string[] | undefined, fallback = "None")
src/lib/llm-content.ts:42
↓ 2 callersFunctiongetAllBlocks
()
src/lib/blocks.ts:45
↓ 2 callersFunctiongetViewport
(map: MapLibreGL.Map)
src/registry/map.tsx:209
↓ 2 callersFunctionmergeHoverPaint
( paint: T, hoverPaint: T | undefined, )
src/registry/map.tsx:47
↓ 2 callersFunctionuseBlockViewerCode
()
src/app/(main)/blocks/_components/block-viewer-code.tsx:44
↓ 2 callersFunctionuseChart
()
src/components/ui/chart.tsx:27
↓ 1 callersFunctionbuildArcCoordinates
( from: [number, number], to: [number, number], curvature: number, samples: number, )
src/registry/map.tsx:1612
↓ 1 callersFunctionbuildFillColor
(theme: Theme)
src/registry/blocks/choropleth/page.tsx:13
↓ 1 callersFunctionbuildRouteUrl
( from: { lng: number; lat: number }, to: { lng: number; lat: number }, )
src/registry/blocks/delivery-tracker/data.ts:38
↓ 1 callersFunctioncreateFileTreeForRegistryItemFiles
( files: Array<{ path: string; target?: string }>, )
src/lib/blocks.ts:63
↓ 1 callersFunctioncreateLlmItemMarkdown
(item: RegistryItem)
src/lib/llm-content.ts:144
↓ 1 callersFunctiondisplayTarget
(target?: string)
src/lib/blocks.ts:35
↓ 1 callersFunctionfetchRoute
()
src/registry/blocks/delivery-tracker/page.tsx:47
↓ 1 callersFunctionfetchRoutes
()
src/app/(main)/docs/_components/examples/osrm-route-example.tsx:42
↓ 1 callersFunctionflyTo
(index: number)
src/app/(main)/(home)/_components/examples/flyto-example.tsx:20
↓ 1 callersFunctionformatDistance
(meters?: number)
src/registry/blocks/delivery-tracker/page.tsx:22
↓ 1 callersFunctionformatDistance
(meters: number)
src/app/(main)/docs/_components/examples/osrm-route-example.tsx:31
↓ 1 callersFunctionformatDuration
(seconds: number)
src/app/(main)/docs/_components/examples/osrm-route-example.tsx:23
↓ 1 callersFunctionformatFiles
(files: RegistryFile[] | undefined)
src/lib/llm-content.ts:47
↓ 1 callersFunctiongenerateRandomPoints
(count: number)
src/app/(main)/docs/_components/examples/layer-markers-example.tsx:7
↓ 1 callersFunctiongetBlockFileSource
(registryPath: string)
src/lib/get-block-file-source.ts:6
↓ 1 callersFunctiongetComponentDocs
()
src/lib/llm-content.ts:69
↓ 1 callersFunctiongetNetworkSummary
(nodes: EdgeNode[])
src/registry/blocks/uptime-monitor/data.ts:273
↓ 1 callersFunctiongetRegistryItem
(name: string)
src/lib/llm-content.ts:85
↓ 1 callersFunctiongetRegistryItemNames
()
src/lib/llm-content.ts:89
↓ 1 callersFunctiongetSystemTheme
()
src/registry/map.tsx:80
↓ 1 callersFunctionhandleSelect
(href: string)
src/components/command-search.tsx:42
↓ 1 callersFunctionisTypingTarget
(target: EventTarget | null)
src/components/theme-provider.tsx:24
↓ 1 callersFunctionprocessFile
(filePath: string)
scripts/fix-registry-imports.ts:29
↓ 1 callersFunctionslugToTitle
(name: string)
src/lib/utils.ts:8
↓ 1 callersFunctionslugify
(text: string)
src/app/(main)/docs/_components/docs.tsx:15
↓ 1 callersFunctionupdateRotation
()
src/registry/map.tsx:963
↓ 1 callersFunctionuseActiveItem
(itemIds: string[])
src/app/(main)/docs/_components/docs-toc.tsx:6
↓ 1 callersFunctionuseIsMobile
()
src/hooks/use-mobile.ts:5
↓ 1 callersFunctionuseResolvedTheme
(themeProp?: "light" | "dark")
src/registry/map.tsx:87
↓ 1 callersFunctionuseWorldData
(url: string = WORLD_GEOJSON)
src/lib/use-world-data.ts:17
FunctionAdvancedPage
()
src/app/(main)/docs/advanced-usage/page.tsx:65
FunctionAdvancedUsageExample
()
src/app/(main)/docs/_components/examples/advanced-usage-example.tsx:65
FunctionAgentPrompt
()
src/app/(main)/(home)/_components/agent-prompt.tsx:10
FunctionAnalyticsExample
()
src/app/(main)/(home)/_components/examples/analytics-example.tsx:22
FunctionApiReferencePage
()
src/app/(main)/docs/api-reference/page.tsx:35
FunctionArcExample
()
src/app/(main)/(home)/_components/examples/arc-example.tsx:28
FunctionArcExample
()
src/app/(main)/docs/_components/examples/arc-example.tsx:28
FunctionArcsPage
()
src/app/(main)/docs/arcs/page.tsx:12
FunctionBadge
({ className, variant = "default", asChild = false, ...props }: React.ComponentProps<"span"> & Varia
src/components/ui/badge.tsx:29
FunctionBasicMapExample
()
src/app/(main)/docs/_components/examples/basic-map-example.tsx:3
FunctionBasicMapPage
()
src/app/(main)/docs/basic-map/page.tsx:20
FunctionBlankMapExample
()
src/app/(main)/docs/_components/examples/blank-map-example.tsx:4
FunctionBlockDisplay
({ name }: BlockDisplayProps)
src/app/(main)/blocks/_components/block-display.tsx:11
FunctionBlockPreview
({ block, children, tree, highlightedFiles, }: BlockPreviewProps)
src/app/(main)/blocks/_components/block-preview.tsx:20
FunctionBlockViewPage
({ params }: BlockViewPageProps)
src/app/(view)/view/[name]/page.tsx:29
FunctionBlockViewerCode
({ tree, highlightedFiles, }: BlockViewerCodeProps)
src/app/(main)/blocks/_components/block-viewer-code.tsx:57
FunctionBreadcrumb
({ ...props }: React.ComponentProps<"nav">)
src/components/ui/breadcrumb.tsx:7
FunctionBreadcrumbEllipsis
({ className, ...props }: React.ComponentProps<"span">)
src/components/ui/breadcrumb.tsx:83
FunctionBreadcrumbItem
({ className, ...props }: React.ComponentProps<"li">)
src/components/ui/breadcrumb.tsx:24
FunctionBreadcrumbLink
({ asChild, className, ...props }: React.ComponentProps<"a"> & { asChild?: boolean; })
src/components/ui/breadcrumb.tsx:34
FunctionBreadcrumbList
({ className, ...props }: React.ComponentProps<"ol">)
src/components/ui/breadcrumb.tsx:11
FunctionBreadcrumbPage
({ className, ...props }: React.ComponentProps<"span">)
src/components/ui/breadcrumb.tsx:52
FunctionBreadcrumbSeparator
({ children, className, ...props }: React.ComponentProps<"li">)
src/components/ui/breadcrumb.tsx:65
FunctionBreakdownCard
({ title, rows }: BreakdownCardProps)
src/registry/blocks/analytics-map/components/breakdown-card.tsx:11
FunctionButton
({ className, variant = "default", size = "default", asChild = false, ...props }: React.ComponentPro
src/components/ui/button.tsx:41
FunctionButtonGroup
({ className, orientation, ...props }: React.ComponentProps<"div"> & VariantProps<typeof buttonGroupVari
src/components/ui/button-group.tsx:24
FunctionButtonGroupSeparator
({ className, orientation = "vertical", ...props }: React.ComponentProps<typeof Separator>)
src/components/ui/button-group.tsx:60
FunctionButtonGroupText
({ className, asChild = false, ...props }: React.ComponentProps<"div"> & { asChild?: boolean })
src/components/ui/button-group.tsx:40
FunctionCard
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/card.tsx:5
FunctionCardAction
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/card.tsx:51
FunctionCardContent
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/card.tsx:64
FunctionCardDescription
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/card.tsx:41
FunctionCardFooter
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/card.tsx:74
FunctionCardHeader
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/card.tsx:18
FunctionCardTitle
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/card.tsx:31
FunctionChartContainer
({ id, className, children, config, ...props }: React.ComponentProps<"div"> & { config: ChartConfi
src/components/ui/chart.tsx:37
FunctionChartLegendContent
({ className, hideIcon = false, payload, verticalAlign = "bottom", nameKey, }: React.ComponentProps<
src/components/ui/chart.tsx:255
FunctionChartStyle
({ id, config }: { id: string; config: ChartConfig })
src/components/ui/chart.tsx:72
FunctionChartTooltipContent
({ active, payload, className, indicator = "dot", hideLabel = false, hideIndicator = false, labe
src/components/ui/chart.tsx:107
FunctionClusterExample
()
src/app/(main)/docs/_components/examples/cluster-example.tsx:12
FunctionClustersPage
()
src/app/(main)/docs/clusters/page.tsx:11
FunctionCodeBlock
({ code, language = "tsx", showCopyButton = true, }: CodeBlockProps)
src/app/(main)/docs/_components/code-block.tsx:11
FunctionCodeCopyButton
({ text, onCopy, className, }: CodeCopyButtonProps)
src/components/code-copy-button.tsx:14
FunctionCodeSurface
({ html, className, ...props }: CodeSurfaceProps)
src/components/code-surface.tsx:10
FunctionCollapsible
({ ...props }: React.ComponentProps<typeof CollapsiblePrimitive.Root>)
src/components/ui/collapsible.tsx:5
FunctionCollapsibleContent
({ ...props }: React.ComponentProps<typeof CollapsiblePrimitive.CollapsibleContent>)
src/components/ui/collapsible.tsx:22
FunctionCollapsibleTrigger
({ ...props }: React.ComponentProps<typeof CollapsiblePrimitive.CollapsibleTrigger>)
src/components/ui/collapsible.tsx:11
next →1–100 of 325, ranked by callers