MCPcopy Create free account

hub / github.com/Sanjay-Ganapathi/Pixiemist / functions

Functions101 in github.com/Sanjay-Ganapathi/Pixiemist

↓ 61 callersFunctioncn
(...inputs: ClassValue[])
lib/utils.ts:4
↓ 20 callersFunctiongetCurrentUser
()
lib/session.ts:4
↓ 9 callersFunctiongetUserSubscription
( userId: string, )
lib/subscription.ts:6
↓ 6 callersFunctioncheckApiLimit
()
lib/api-limit.ts:5
↓ 6 callersFunctionsleep
(ms: number)
lib/utils.ts:31
↓ 5 callersFunctionuploadImage
(imageURL: string)
lib/cloudinary.ts:11
↓ 4 callersFunctionuseFormField
()
components/ui/form.tsx:42
↓ 2 callersFunctiongetCreationCount
()
lib/api-limit.ts:23
↓ 2 callersFunctionrenderDropZoneUI
()
components/dropzone.tsx:106
↓ 1 callersFunctionActivationLink
({ url }: ActivationLinkProps)
components/email/activation.tsx:17
↓ 1 callersFunctionNewUserEmail
({ url }: NewUserEmailProps)
components/email/new-user.tsx:17
↓ 1 callersFunctionabsoluteUrl
(path: string)
lib/utils.ts:33
↓ 1 callersFunctionformatBytes
( bytes: number, decimals = 0, sizeType: "accurate" | "normal" = "normal", )
lib/utils.ts:8
↓ 1 callersFunctionformatDate
(inputDate: string | number | Date)
lib/utils.ts:22
↓ 1 callersFunctionhandleSubmit
()
components/billing.tsx:32
↓ 1 callersFunctionuploadMultipleImages
(imageURLs: string[])
lib/cloudinary.ts:29
FunctionAuthLayout
({children} : {children:React.ReactNode})
app/(auth)/layout.tsx:1
FunctionBackgroundRemovePage
()
app/(dashboard)/(routes)/bg-remove/page.tsx:25
FunctionBillingCard
({ subscriptionPlan, isCancelled, className, }: BillingCardProps)
components/billing.tsx:25
FunctionBillingPage
()
app/(dashboard)/(routes)/billing/page.tsx:18
FunctionDashboardCard
({ img, heading, description, }: DashboardCardProps)
components/dashboard-card.tsx:17
FunctionDashboardLayout
({ children, }: { children: React.ReactNode; })
app/(dashboard)/layout.tsx:11
FunctionDashboardPage
()
app/(dashboard)/(routes)/dashboard/page.tsx:12
FunctionDialogFooter
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
components/ui/dialog.tsx:74
FunctionDialogHeader
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
components/ui/dialog.tsx:60
FunctionDialogPortal
({ className, ...props }: DialogPrimitive.DialogPortalProps)
components/ui/dialog.tsx:13
FunctionDropdownMenuShortcut
({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>)
components/ui/dropdown-menu.tsx:171
FunctionDropzone
({ accept = { "image/jpeg": [], "image/png": [], }, maxFiles = 1, name, maxSize = 1024 * 102
components/dropzone.tsx:39
FunctionFaceSwapPage
()
app/(dashboard)/(routes)/face-swap/page.tsx:26
FunctionFormField
({ ...props }: ControllerProps<TFieldValues, TName>)
components/ui/form.tsx:29
FunctionFreeCounter
({ creationCount, isPro }: FreeCounterProps)
components/free-counter.tsx:15
FunctionGET
( req: NextRequest, { params }: { params: { id: string } }, )
app/api/face-swap/[id]/route.ts:12
FunctionGET
( req: NextRequest, { params }: { params: { id: string } }, )
app/api/real-art/[id]/route.ts:12
FunctionGET
( req: NextRequest, { params }: { params: { id: string } }, )
app/api/qrgen/[id]/route.ts:12
FunctionGET
(req: Request)
app/api/stripe/route.ts:10
FunctionGET
( req: NextRequest, { params }: { params: { id: string } }, )
app/api/bg-remove/[id]/route.ts:12
FunctionGET
( req: NextRequest, { params }: { params: { id: string } }, )
app/api/headshot/[id]/route.ts:12
FunctionGET
( req: NextRequest, { params }: { params: { id: string } }, )
app/api/upscale/[id]/route.ts:12
FunctionGoogleIcon
({ ...props }: LucideProps)
components/custom-icons.tsx:2
FunctionHeadShotLanding
()
components/landing/headshot-landing.tsx:8
FunctionHeadShotPage
()
app/(dashboard)/(routes)/headshot [NOT_USING]/page.tsx:31
FunctionHeading
({ heading, subHeading, children }: HeadingProps)
components/heading.tsx:7
FunctionHeadingShell
({ children, className, ...props }: HeadingShellProps)
components/shell.tsx:7
FunctionImageCompareSlider
({ imageOne, imageTwo, downloadBtn = false, downloadImg = "second", }: ImageCompareSliderProps)
components/image-compare-slider.tsx:15
FunctionImageUpscalePage
()
app/(dashboard)/(routes)/upscale/page.tsx:32
FunctionLanding
()
app/(landing)/page.tsx:10
FunctionLandingFooter
()
components/landing/landing-footer.tsx:5
FunctionLandingHero
({ user }: LandingHeroProps)
components/landing/landing-hero.tsx:19
FunctionLandingLayout
({ children }: { children: React.ReactNode })
app/(landing)/layout.tsx:3
FunctionLandingNav
({ user }: LandingNavProps)
components/landing/landing-nav.tsx:15
FunctionLandingSection
()
components/landing/landing-section.tsx:4
FunctionLandingSectionSecond
()
components/landing/landing-section-second.tsx:3
FunctionLandingSectionThree
()
components/landing/landing-section-three.tsx:8
FunctionLoader
({ className }: { className?: string })
components/loaders.tsx:3
FunctionLogoIcon
({ ...props }: LucideProps)
components/custom-icons.tsx:32
FunctionMobileSidebar
({ creationCount, isPro }: MobileSidebarProps)
components/mobile-sidebar.tsx:13
FunctionModalProvider
()
components/modal-provider.tsx:6
FunctionModeToggle
()
components/theme-toggle.tsx:15
FunctionNavbar
({ isPro }: { isPro: boolean })
components/navbar.tsx:8
FunctionPATCH
( req: NextRequest, { params }: { params: { userId: string } }, )
app/api/user/[userId]/route.ts:7
FunctionPOST
(req: NextRequest)
app/api/face-swap/route.ts:12
FunctionPOST
(req: NextRequest)
app/api/real-art/route.ts:16
FunctionPOST
(req: NextRequest)
app/api/qrgen/route.ts:15
FunctionPOST
(req: NextRequest)
app/api/bg-remove/route.ts:12
FunctionPOST
(req: NextRequest)
app/api/headshot/route.ts:12
FunctionPOST
(req: NextRequest)
app/api/upscale/route.ts:12
FunctionPOST
(req: Request)
app/api/webhook/route.ts:8
FunctionPageCard
({ src, alt, onLoad, closeBtn = false, onClick, downloadBtn = false, }: PageCardProps)
components/page-card.tsx:17
FunctionProModal
()
components/pro-modal.tsx:13
FunctionQRCodeLanding
()
components/landing/qrcode-landing.tsx:9
FunctionQRGenerationPage
()
app/(dashboard)/(routes)/qrgen/page.tsx:32
FunctionRealArtPage
()
app/(dashboard)/(routes)/real-art/page.tsx:26
FunctionRegisterPage
()
app/(auth)/(routes)/sign-in/page.tsx:11
FunctionRemoveBgLanding
()
components/landing/removebg-landing.tsx:8
FunctionRootLayout
({ children, }: { children: React.ReactNode; })
app/layout.tsx:19
FunctionSettings
()
app/(dashboard)/(routes)/settings/page.tsx:16
FunctionSheetFooter
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
components/ui/sheet.tsx:97
FunctionSheetHeader
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
components/ui/sheet.tsx:83
FunctionSheetPortal
({ className, ...props }: SheetPrimitive.DialogPortalProps)
components/ui/sheet.tsx:16
FunctionSidebar
({ creationCount, isPro }: SidebarProps)
components/sidebar.tsx:21
FunctionThemeProvider
({ children, ...props }: ThemeProviderProps)
components/theme-provider.tsx:8
FunctionToasterProvider
()
components/toaster-provider.tsx:5
FunctionTypewriterLandingComponent
()
components/landing/typewrite-landing.tsx:4
FunctionUserAccountNav
()
components/user-account-nav.tsx:18
FunctionUserAuthForm
({ className, ...props }: UserAuthFormProps)
components/user-auth-form.tsx:22
FunctionUserAvatar
({ user, className, ...props }: UserAvatarProps)
components/user-avatar.tsx:8
FunctionUserSettingsForm
({ user, className, ...props }: UserSettingsFormProps)
components/user-settings-form.tsx:39
FunctionUserStoreProvider
({ user }: UserStoreProviderProps)
components/user-store-provider.tsx:11
Functionauthorized
()
middleware.ts:35
FunctionhandleSignOut
(e: React.MouseEvent<HTMLDivElement>)
components/user-account-nav.tsx:24
Functionjwt
({ token, user })
lib/auth.ts:69
FunctiononSubmit
(data: Input)
components/user-settings-form.tsx:55
FunctiononSubmit
(data: Input)
components/user-auth-form.tsx:37
FunctiononSubmit
(data: Input)
app/(dashboard)/(routes)/face-swap/page.tsx:47
FunctiononSubmit
(data: Input)
app/(dashboard)/(routes)/real-art/page.tsx:49
FunctiononSubmit
(data: Input)
app/(dashboard)/(routes)/qrgen/page.tsx:52
FunctiononSubmit
(data: Input)
app/(dashboard)/(routes)/headshot [NOT_USING]/page.tsx:55
FunctiononSubmit
(data: Input)
app/(dashboard)/(routes)/bg-remove/page.tsx:44
FunctiononSubmit
(data: Input)
app/(dashboard)/(routes)/upscale/page.tsx:55
FunctiononSubscribe
()
components/pro-modal.tsx:19
next →1–100 of 101, ranked by callers