MCPcopy Create free account

hub / github.com/devmdfaiz/cloud-clove / functions

Functions105 in github.com/devmdfaiz/cloud-clove

↓ 216 callersFunctioncn
(...inputs: ClassValue[])
src/lib/utils.ts:5
↓ 24 callersFunctiontoast
({ ...props }: Toast)
src/hooks/use-toast.ts:150
↓ 11 callersFunctionparseError
(error: unknown)
src/lib/utils.ts:9
↓ 10 callersFunctiondb
()
src/lib/database/db.ts:33
↓ 7 callersFunctionActionResponse
(data: T)
src/lib/utils.ts:72
↓ 6 callersFunctiongetServerSession
()
src/action/auth.action.ts:6
↓ 6 callersFunctionuseSidebar
()
src/components/ui/sidebar.tsx:41
↓ 5 callersFunctiondispatch
(action: Action)
src/hooks/use-toast.ts:141
↓ 4 callersFunctionformatFileSize
(sizeInBytes: number)
src/lib/utils.ts:24
↓ 4 callersFunctionuseCarousel
()
src/components/ui/carousel.tsx:35
↓ 4 callersFunctionuseFormField
()
src/components/ui/form.tsx:44
↓ 3 callersFunctiondynamicDownload
(url: string, name: string)
src/lib/utils.ts:62
↓ 3 callersFunctiongenerateUrl
(cid: string)
src/action/file.action.ts:13
↓ 3 callersFunctiongetPayloadConfigFromPayload
( config: ChartConfig, payload: unknown, key: string )
src/components/ui/chart.tsx:320
↓ 3 callersFunctionuseToast
()
src/hooks/use-toast.ts:179
↓ 2 callersFunctionaddToRemoveQueue
(toastId: string)
src/hooks/use-toast.ts:66
↓ 2 callersFunctionuseChart
()
src/components/ui/chart.tsx:27
↓ 1 callersFunctioncancelSubscription
(subs: ISubscription)
src/action/paddle.action.ts:20
↓ 1 callersFunctioncreatePaddlePrice
( storage: number, storageInByte: number )
src/action/paddle.action.ts:65
↓ 1 callersFunctiondismiss
()
src/hooks/use-toast.ts:158
↓ 1 callersFunctiongenId
()
src/hooks/use-toast.ts:30
↓ 1 callersFunctiongeneratePageKey
(page: string)
src/lib/utils.ts:50
↓ 1 callersFunctiongetCategoryFromMimeType
(mimeType: string)
src/lib/utils.ts:37
↓ 1 callersFunctiongetFiles
({ currentPage, page, }: { page: string; currentPage: number; })
src/lib/fetch/files.fetch.tsx:3
↓ 1 callersFunctiongetMiddlewareSession
(req: NextRequest)
src/middleware.ts:5
↓ 1 callersFunctioninitiatePaddle
()
src/hooks/use-paddle.tsx:14
↓ 1 callersFunctionreducer
(state: State, action: Action)
src/hooks/use-toast.ts:82
↓ 1 callersFunctionsearchFiles
(search: string)
src/lib/fetch/files.fetch.tsx:23
↓ 1 callersFunctionupdateFilePermissions
( file: IFile, values: TShareFileForm )
src/action/file.action.ts:41
↓ 1 callersFunctionuseIsMobile
()
src/hooks/use-mobile.tsx:5
↓ 1 callersFunctionusePaddle
()
src/hooks/use-paddle.tsx:9
FunctionAddStorageAlert
({ isAlertOpen, setIsAlertOpen, }: { isAlertOpen: boolean; setIsAlertOpen: Dispatch<SetStateAction<boo
src/app/(dashboard)/_components/subscription/subs-widget.tsx:198
FunctionAlertDialogFooter
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
src/components/ui/alert-dialog.tsx:62
FunctionAlertDialogHeader
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
src/components/ui/alert-dialog.tsx:48
FunctionAppSidebar
()
src/app/(dashboard)/_components/app-sidebar.tsx:62
FunctionAuthForm
({ action }: Props)
src/app/(auth)/_components/auth-form.tsx:23
FunctionBadge
({ className, variant, ...props }: BadgeProps)
src/components/ui/badge.tsx:30
FunctionBreadcrumbEllipsis
({ className, ...props }: React.ComponentProps<"span">)
src/components/ui/breadcrumb.tsx:91
FunctionBreadcrumbSeparator
({ children, className, ...props }: React.ComponentProps<"li">)
src/components/ui/breadcrumb.tsx:75
FunctionCalendar
({ className, classNames, showOutsideDays = true, ...props }: CalendarProps)
src/components/ui/calendar.tsx:12
FunctionChartStyle
({ id, config }: { id: string; config: ChartConfig })
src/components/ui/chart.tsx:70
FunctionCommandDialog
({ children, ...props }: DialogProps)
src/components/ui/command.tsx:26
FunctionCommandShortcut
({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>)
src/components/ui/command.tsx:127
FunctionContextMenuShortcut
({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>)
src/components/ui/context-menu.tsx:168
FunctionDashboardBreadcrumb
()
src/app/(dashboard)/_components/breadcrumb.tsx:15
FunctionDashboardHeader
()
src/app/(dashboard)/_components/header.tsx:8
FunctionDialogFooter
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
src/components/ui/dialog.tsx:70
FunctionDialogHeader
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
src/components/ui/dialog.tsx:56
FunctionDrawer
({ shouldScaleBackground = true, ...props }: React.ComponentProps<typeof DrawerPrimitive.Root>)
src/components/ui/drawer.tsx:8
FunctionDrawerFooter
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
src/components/ui/drawer.tsx:69
FunctionDrawerHeader
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
src/components/ui/drawer.tsx:58
FunctionDropdownMenuShortcut
({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>)
src/components/ui/dropdown-menu.tsx:172
FunctionFileCard
({ file }: { file: IFile })
src/app/(dashboard)/_components/file-card/card.tsx:13
FunctionFileMenu
({ file, isLinkInProgress, setIsLinkInProgress, }: { file: IFile; isLinkInProgress: boolean; setIs
src/app/(dashboard)/_components/file-card/menu.tsx:87
FunctionFormField
({ ...props }: ControllerProps<TFieldValues, TName>)
src/components/ui/form.tsx:31
FunctionHeaderProfile
()
src/app/(dashboard)/_components/header-profile.tsx:20
FunctionKebabMenuIcon
({ className }: { className?: string })
src/components/icons/kebab.tsx:3
FunctionLayout
({ children }: Children)
src/app/(dashboard)/layout.tsx:6
FunctionLayout
({ children }: Children)
src/app/(auth)/layout.tsx:5
FunctionMenubarShortcut
({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>)
src/components/ui/menubar.tsx:203
FunctionP
({ className, variant, size, weight, ...props }: ParagraphProps)
src/components/custom/p.tsx:37
FunctionPageFiles
({ page }: PageFilesProps)
src/app/(dashboard)/dashboard/[page]/_components/page-files.tsx:18
FunctionPagination
({ className, ...props }: React.ComponentProps<"nav">)
src/components/ui/pagination.tsx:7
FunctionPaginationEllipsis
({ className, ...props }: React.ComponentProps<"span">)
src/components/ui/pagination.tsx:94
FunctionPaginationLink
({ className, isActive, size = "icon", ...props }: PaginationLinkProps)
src/components/ui/pagination.tsx:42
FunctionPaginationNext
({ className, ...props }: React.ComponentProps<typeof PaginationLink>)
src/components/ui/pagination.tsx:78
FunctionPaginationPrevious
({ className, ...props }: React.ComponentProps<typeof PaginationLink>)
src/components/ui/pagination.tsx:62
FunctionQueryProvider
({ children }: Children)
src/context/query-provider.tsx:9
FunctionRedirectRoute
()
src/app/(dashboard)/dashboard/page.tsx:3
FunctionRenameFileForm
({ file, isRenameDialogOpen, setIsRenameDialogOpen, }: { file: IFile; isRenameDialogOpen: boolean;
src/app/(dashboard)/_components/file-card/menu.tsx:428
FunctionResizableHandle
({ withHandle, className, ...props }: React.ComponentProps<typeof ResizablePrimitive.PanelResizeHandle>
src/components/ui/resizable.tsx:23
FunctionResizablePanelGroup
({ className, ...props }: React.ComponentProps<typeof ResizablePrimitive.PanelGroup>)
src/components/ui/resizable.tsx:8
FunctionRootLayout
({ children, }: Readonly<{ children: React.ReactNode; }>)
src/app/layout.tsx:20
FunctionSearchBar
()
src/app/(dashboard)/_components/search-bar.tsx:38
FunctionSearchDialog
({ isSearchDialogOpen, setIsSearchDialogOpen, }: { isSearchDialogOpen: boolean; setIsSearchDialogOpen:
src/app/(dashboard)/_components/search-bar.tsx:76
FunctionSearchDisplayCard
({ file }: { file: IFile })
src/app/(dashboard)/_components/search-bar.tsx:160
FunctionShareFileForm
({ file, isShareDialogOpen, setIsShareDialogOpen, }: { file: IFile; isShareDialogOpen: boolean; se
src/app/(dashboard)/_components/file-card/menu.tsx:293
FunctionSheetFooter
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
src/components/ui/sheet.tsx:91
FunctionSheetHeader
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
src/components/ui/sheet.tsx:77
FunctionSidebarTrigger
()
src/components/custom/sidebar-trigger.tsx:6
FunctionSignInPage
()
src/app/(auth)/sign-in/page.tsx:4
FunctionSignUpPage
()
src/app/(auth)/sign-up/page.tsx:4
FunctionSkeleton
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
src/components/ui/skeleton.tsx:3
FunctionStorageCard
({ isLoading, subs }: Props)
src/app/(dashboard)/_components/subscription/subs-widget.tsx:110
FunctionSubscriptionCancellationWidget
({ isLoading, subs }: Props)
src/app/(dashboard)/_components/subscription/subs-widget.tsx:46
FunctionSubscriptionPage
()
src/app/(dashboard)/dashboard/[page]/_components/page-subscription.tsx:12
FunctionToaster
()
src/components/ui/toaster.tsx:13
FunctionToaster
({ ...props }: ToasterProps)
src/components/ui/sonner.tsx:8
FunctionUploadButton
()
src/app/(dashboard)/_components/uplaod-button.tsx:18
FunctionauthMiddleware
(req: NextRequest)
src/middleware.ts:17
FunctiondeleteFile
(file: IFile)
src/action/file.action.ts:29
FunctiongetSubscription
()
src/action/subscription.action.ts:8
FunctionhandleCancelSubscription
()
src/app/(dashboard)/_components/subscription/subs-widget.tsx:47
FunctionhandleChange
(e: ChangeEvent<HTMLInputElement>)
src/app/(dashboard)/_components/search-bar.tsx:120
FunctionhandleDialogOpen
()
src/app/(dashboard)/_components/search-bar.tsx:42
FunctionhandleFileChange
(e: ChangeEvent<HTMLInputElement>)
src/app/(dashboard)/_components/uplaod-button.tsx:75
FunctionhandleKeyDown
(event: KeyboardEvent)
src/components/ui/sidebar.tsx:101
FunctiononChange
()
src/hooks/use-mobile.tsx:10
FunctiononError
(e)
src/app/(dashboard)/dashboard/[page]/_components/page-files.tsx:60
FunctiononSubmit
(values: z.infer<typeof formSchema>)
src/app/(dashboard)/_components/subscription/subs-widget.tsx:217
next →1–100 of 105, ranked by callers