MCPcopy Create free account

hub / github.com/Aihy/CLOV / functions

Functions357 in github.com/Aihy/CLOV

↓ 229 callersFunctioncn
(...inputs: ClassValue[])
lib/utils.ts:4
↓ 19 callersFunctionhandleContentChange
(section: keyof ContentData, field: string, value: string | string[])
app/admin/page.tsx:345
↓ 7 callersFunctionformatPrice
(price: number)
app/checkout/page.tsx:155
↓ 7 callersFunctionhandlePricingChange
(tier: "startup" | "pro" | "premium", field: string, value: string | string[])
app/admin/page.tsx:355
↓ 6 callersFunctionupdateOrder
(updates: Partial<OrderState>)
app/checkout/page.tsx:247
↓ 5 callersFunctiondispatch
(action: Action)
components/ui/use-toast.ts:136
↓ 5 callersFunctiondispatch
(action: Action)
hooks/use-toast.ts:136
↓ 4 callersFunctionuseCarousel
()
components/ui/carousel.tsx:35
↓ 4 callersFunctionuseFormField
()
components/ui/form.tsx:45
↓ 4 callersFunctionuseSidebar
()
components/ui/sidebar.tsx:47
↓ 3 callersFunctioncalculateTotal
()
components/order-form.tsx:142
↓ 3 callersFunctioncalculateTotal
()
app/checkout/page.tsx:148
↓ 3 callersFunctionformatPrice
(price: number)
components/order-form.tsx:149
↓ 3 callersFunctiongetPayloadConfigFromPayload
( config: ChartConfig, payload: unknown, key: string )
components/ui/chart.tsx:308
↓ 2 callersFunctionaddFeature
(tier: "startup" | "pro" | "premium")
app/admin/page.tsx:368
↓ 2 callersFunctionaddToRemoveQueue
(toastId: string)
components/ui/use-toast.ts:61
↓ 2 callersFunctionaddToRemoveQueue
(toastId: string)
hooks/use-toast.ts:61
↓ 2 callersFunctionaddVideo
(tier: "startup" | "pro" | "premium")
app/admin/page.tsx:381
↓ 2 callersFunctioncompileShader
(source: string, type: number)
components/lightning.tsx:122
↓ 2 callersFunctiongenerateWhatsAppMessage
()
app/checkout/page.tsx:212
↓ 2 callersFunctionisNextDisabled
()
components/order-form.tsx:211
↓ 2 callersFunctionnavigateActivity
(direction: "prev" | "next")
app/admin/page.tsx:519
↓ 2 callersFunctiononReady
()
components/youtube-grid.tsx:30
↓ 2 callersFunctionresizeCanvas
()
components/lightning.tsx:22
↓ 2 callersFunctionuseChart
()
components/ui/chart.tsx:27
↓ 1 callersFunctioncheckAuth
()
app/admin/page.tsx:306
↓ 1 callersFunctiondismiss
()
components/ui/use-toast.ts:153
↓ 1 callersFunctiondismiss
()
hooks/use-toast.ts:153
↓ 1 callersFunctionformatTimeAgo
(timestamp: number)
app/admin/page.tsx:478
↓ 1 callersFunctiongenId
()
components/ui/use-toast.ts:30
↓ 1 callersFunctiongenId
()
hooks/use-toast.ts:30
↓ 1 callersFunctiongenerateWhatsAppMessage
()
components/order-form.tsx:186
↓ 1 callersFunctiongetProgressPercentage
()
app/checkout/page.tsx:251
↓ 1 callersFunctiongetStepContent
()
app/checkout/page.tsx:255
↓ 1 callersFunctionguessLocalCurrency
()
components/pricing.tsx:40
↓ 1 callersFunctionguessLocalCurrency
()
app/checkout/page.tsx:44
↓ 1 callersFunctionhandlePause
(idx: number)
components/youtube-grid.tsx:117
↓ 1 callersFunctionhandlePlay
(idx: number)
components/youtube-grid.tsx:101
↓ 1 callersFunctionhandleSearch
()
app/admin/page.tsx:462
↓ 1 callersFunctionhexToRgb
(hex: string)
components/plasma.tsx:17
↓ 1 callersFunctionload
()
components/pricing.tsx:92
↓ 1 callersFunctionloadCurrency
()
app/checkout/page.tsx:95
↓ 1 callersFunctionplayVideo
()
components/phone-video.tsx:30
↓ 1 callersFunctionplayVideo
()
components/lazy-video.tsx:47
↓ 1 callersFunctionreducer
(state: State, action: Action)
components/ui/use-toast.ts:77
↓ 1 callersFunctionreducer
(state: State, action: Action)
hooks/use-toast.ts:77
↓ 1 callersFunctionremoveFeature
(tier: "startup" | "pro" | "premium", index: number)
app/admin/page.tsx:375
↓ 1 callersFunctionremoveVideo
(tier: "startup" | "pro" | "premium", index: number)
app/admin/page.tsx:401
↓ 1 callersFunctionrenderMainContent
()
app/admin/page.tsx:551
↓ 1 callersFunctionsetSize
()
components/plasma.tsx:171
↓ 1 callersFunctionupdateTimes
()
app/admin/page.tsx:504
↓ 1 callersFunctionuseIsMobile
()
components/ui/use-mobile.tsx:5
↓ 1 callersFunctionuseToast
()
components/ui/use-toast.ts:174
FunctionAIModelsPage
()
app/ai-models/page.tsx:7
FunctionAPIPage
()
app/api/page.tsx:7
FunctionAboutPage
()
app/About/page.tsx:4
FunctionAccordion
({ ...props }: React.ComponentProps<typeof AccordionPrimitive.Root>)
components/ui/accordion.tsx:9
FunctionAccordionContent
({ className, children, ...props }: React.ComponentProps<typeof AccordionPrimitive.Content>)
components/ui/accordion.tsx:50
FunctionAccordionItem
({ className, ...props }: React.ComponentProps<typeof AccordionPrimitive.Item>)
components/ui/accordion.tsx:15
FunctionAccordionTrigger
({ className, children, ...props }: React.ComponentProps<typeof AccordionPrimitive.Trigger>)
components/ui/accordion.tsx:28
FunctionAdminDashboard
()
app/admin/page.tsx:278
FunctionAdminLogin
()
app/admin/login/page.tsx:13
FunctionAlert
({ className, variant, ...props }: React.ComponentProps<"div"> & VariantProps<typeof alertVariants>)
components/ui/alert.tsx:22
FunctionAlertDescription
({ className, ...props }: React.ComponentProps<"div">)
components/ui/alert.tsx:50
FunctionAlertDialog
({ ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Root>)
components/ui/alert-dialog.tsx:9
FunctionAlertDialogAction
({ className, ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Action>)
components/ui/alert-dialog.tsx:121
FunctionAlertDialogCancel
({ className, ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Cancel>)
components/ui/alert-dialog.tsx:133
FunctionAlertDialogContent
({ className, ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Content>)
components/ui/alert-dialog.tsx:47
FunctionAlertDialogDescription
({ className, ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Description>)
components/ui/alert-dialog.tsx:108
FunctionAlertDialogFooter
({ className, ...props }: React.ComponentProps<"div">)
components/ui/alert-dialog.tsx:79
FunctionAlertDialogHeader
({ className, ...props }: React.ComponentProps<"div">)
components/ui/alert-dialog.tsx:66
FunctionAlertDialogOverlay
({ className, ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Overlay>)
components/ui/alert-dialog.tsx:31
FunctionAlertDialogPortal
({ ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Portal>)
components/ui/alert-dialog.tsx:23
FunctionAlertDialogTitle
({ className, ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Title>)
components/ui/alert-dialog.tsx:95
FunctionAlertDialogTrigger
({ ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Trigger>)
components/ui/alert-dialog.tsx:15
FunctionAlertTitle
({ className, ...props }: React.ComponentProps<"div">)
components/ui/alert.tsx:37
FunctionAnalyticsPage
()
app/analytics/page.tsx:48
FunctionAppverseFooter
()
components/appverse-footer.tsx:21
FunctionAspectRatio
({ ...props }: React.ComponentProps<typeof AspectRatioPrimitive.Root>)
components/ui/aspect-ratio.tsx:5
FunctionAvatar
({ className, ...props }: React.ComponentProps<typeof AvatarPrimitive.Root>)
components/ui/avatar.tsx:8
FunctionAvatarFallback
({ className, ...props }: React.ComponentProps<typeof AvatarPrimitive.Fallback>)
components/ui/avatar.tsx:37
FunctionAvatarImage
({ className, ...props }: React.ComponentProps<typeof AvatarPrimitive.Image>)
components/ui/avatar.tsx:24
FunctionBadge
({ className, variant, asChild = false, ...props }: React.ComponentProps<"span"> & VariantProps<type
components/ui/badge.tsx:28
FunctionBreadcrumb
({ ...props }: React.ComponentProps<"nav">)
components/ui/breadcrumb.tsx:7
FunctionBreadcrumbEllipsis
({ className, ...props }: React.ComponentProps<"span">)
components/ui/breadcrumb.tsx:83
FunctionBreadcrumbItem
({ className, ...props }: React.ComponentProps<"li">)
components/ui/breadcrumb.tsx:24
FunctionBreadcrumbLink
({ asChild, className, ...props }: React.ComponentProps<"a"> & { asChild?: boolean })
components/ui/breadcrumb.tsx:34
FunctionBreadcrumbList
({ className, ...props }: React.ComponentProps<"ol">)
components/ui/breadcrumb.tsx:11
FunctionBreadcrumbPage
({ className, ...props }: React.ComponentProps<"span">)
components/ui/breadcrumb.tsx:52
FunctionBreadcrumbSeparator
({ children, className, ...props }: React.ComponentProps<"li">)
components/ui/breadcrumb.tsx:65
FunctionButton
({ className, variant, size, asChild = false, ...props }: React.ComponentProps<"button"> & Variant
components/ui/button.tsx:38
FunctionCalendar
({ className, classNames, showOutsideDays = true, captionLayout = "label", buttonVariant = "ghost",
components/ui/calendar.tsx:14
FunctionCalendarDayButton
({ className, day, modifiers, ...props }: React.ComponentProps<typeof DayButton>)
components/ui/calendar.tsx:175
FunctionCard
({ className, ...props }: React.ComponentProps<"div">)
components/ui/card.tsx:5
FunctionCardAction
({ className, ...props }: React.ComponentProps<"div">)
components/ui/card.tsx:39
FunctionCardContent
({ className, ...props }: React.ComponentProps<"div">)
components/ui/card.tsx:49
FunctionCardDescription
({ className, ...props }: React.ComponentProps<"div">)
components/ui/card.tsx:35
FunctionCardFooter
({ className, ...props }: React.ComponentProps<"div">)
components/ui/card.tsx:53
FunctionCardHeader
({ className, ...props }: React.ComponentProps<"div">)
components/ui/card.tsx:18
FunctionCardTitle
({ className, ...props }: React.ComponentProps<"div">)
components/ui/card.tsx:31
next →1–100 of 357, ranked by callers