MCPcopy Create free account

hub / github.com/arthureberledev/qriginals / functions

Functions167 in github.com/arthureberledev/qriginals

↓ 67 callersFunctionraise
(status: number, message: string)
lib/api/utils.ts:24
↓ 35 callersFunctioncn
(...inputs: ClassNameValue[])
lib/helpers/functions.ts:23
↓ 30 callersFunctionhandleError
(error: unknown)
lib/api/utils.ts:32
↓ 12 callersFunctiongetUser
(req: Request)
lib/edge/supabase.ts:14
↓ 11 callersFunctioncreateEdgeHandlerClient
(req: Request)
lib/edge/supabase.ts:9
↓ 9 callersFunctiongetURL
()
lib/helpers/functions.ts:11
↓ 8 callersFunctionformatToDateTime
(secs: number)
lib/helpers/functions.ts:5
↓ 8 callersFunctionhandleSuccess
(message: string, options?: { duration: number })
lib/client/utils.ts:34
↓ 7 callersFunctiongetUserUploadUrl
(params: { userId: string; creationId: string; variant: "original" | "thumbnail"; })
lib/server/supabase-anon.ts:73
↓ 5 callersFunctiongetCreation
( creationId: string )
lib/server/supabase-anon.ts:38
↓ 4 callersFunctionisArray
(value: T | T[])
lib/helpers/functions.ts:31
↓ 3 callersFunctiongetUserData
()
lib/server/supabase.ts:56
↓ 2 callersFunctiongetCreations
(params?: { filterByUserId?: string; limit?: number; orderBy?: "created_at" | "likes_count"; })
lib/server/supabase-anon.ts:19
↓ 2 callersFunctiongetPublicUserData
(params: { userId: string })
lib/server/supabase-anon.ts:56
↓ 2 callersFunctiongetUserLikes
()
lib/server/supabase.ts:12
↓ 2 callersFunctionmanageSubscriptionStatusChange
( subscriptionId: string, customerId: string, createAction = false )
lib/api/supabase.ts:136
↓ 2 callersFunctionsleep
(ms: number)
lib/helpers/functions.ts:27
↓ 2 callersFunctionusePredictionContext
()
app/(main)/create/[slug]/context.tsx:57
↓ 1 callersFunctioncopyBillingDetailsToCustomer
( uuid: string, payment_method: Stripe.PaymentMethod )
lib/api/supabase.ts:117
↓ 1 callersFunctioncreateOrRetrieveCustomer
({ email, uuid, }: { email: string; uuid: string; })
lib/api/supabase.ts:82
↓ 1 callersFunctionformatSecondsToTime
(totalSeconds: number)
hooks/use-elapsed-time.ts:3
↓ 1 callersFunctionformatToCurrency
(currency: string, amount: number)
app/(main)/credits/tiers.tsx:24
↓ 1 callersFunctiongetActiveProductsWithPrices
()
lib/server/supabase.ts:104
↓ 1 callersFunctiongetGalleryItems
(sorting: "new" | "most-popular" | undefined)
app/(main)/gallery/[[...slug]]/page.tsx:12
↓ 1 callersFunctiongetSession
()
lib/server/supabase.ts:45
↓ 1 callersFunctiongetStripe
()
lib/client/stripe.ts:6
↓ 1 callersFunctiongetSubscription
()
lib/server/supabase.ts:88
↓ 1 callersFunctiongetTemplate
( slug: string | undefined )
app/(main)/create/[slug]/page.tsx:21
↓ 1 callersFunctiongetUser
()
lib/server/supabase.ts:32
↓ 1 callersFunctionhandleCheckout
(price: Price)
app/(main)/credits/tiers.tsx:42
↓ 1 callersFunctionhandleDownload
(url: string)
components/buttons/download.tsx:8
↓ 1 callersFunctionupdateCredits
(customerId: string, amount: number)
lib/api/supabase.ts:24
↓ 1 callersFunctionupsertPriceRecord
(price: Stripe.Price)
lib/api/supabase.ts:60
↓ 1 callersFunctionupsertProductRecord
(product: Stripe.Product)
lib/api/supabase.ts:43
↓ 1 callersFunctionuseElapsedTime
(params: { isIdle: boolean; isFinished: boolean; })
hooks/use-elapsed-time.ts:15
FunctionAlertTriangleIcon
(props: React.ComponentProps<"svg">)
app/icons.tsx:3
FunctionBanner
()
app/(main)/banner.tsx:1
FunctionBoxesIcon
(props: React.ComponentProps<"svg">)
app/icons.tsx:20
FunctionChangePasswordForm
()
app/(main)/account/password/change-password-form.tsx:29
FunctionChangeProfileForm
(props: { isRegisteredViaGoogle: boolean; email: string | null; username: string | null; })
app/(main)/account/profile/change-profile-form.tsx:24
FunctionContainer
({ withIllustration = true, children, className, ...props }: ComponentProps<"div"> & { withIllustratio
components/container.tsx:6
FunctionCreationThumbnail
(props: { name: string; creationId: string; creatorId: string; buttons: JSX.Element[]; })
components/creation-thumbnail.tsx:7
FunctionCreditCardIcon
(props: React.ComponentProps<"svg">)
app/icons.tsx:49
FunctionDELETE
(req: Request)
app/api/v1/likes/route.ts:59
FunctionDialogFooter
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
components/dialog.tsx:71
FunctionDialogHeader
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
components/dialog.tsx:57
FunctionDialogPortal
({ ...props }: DialogPrimitive.DialogPortalProps)
components/dialog.tsx:13
FunctionDownloadButton
(props: { url: string })
components/buttons/download.tsx:12
FunctionDownloadCloudIcon
(props: React.ComponentProps<"svg">)
app/icons.tsx:69
FunctionDropdownMenuShortcut
({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>)
components/dropdown-menu.tsx:178
FunctionEmptyState
(props: { href: string; title: string; icon: FunctionComponent<ComponentProps<"svg">>; })
app/(main)/collection/empty-state.tsx:5
FunctionError
(props: { error: Error & { digest?: string } })
app/(main)/error.tsx:7
FunctionErrorText
({ children, className, ...props }: ComponentPropsWithoutRef<"p">)
components/form-elements.tsx:131
FunctionFooter
()
app/(main)/footer.tsx:85
FunctionGET
(request: NextRequest)
app/auth/callback/route.ts:11
FunctionGET
(request: Request)
app/api/v1/predictions/route.ts:18
FunctionGalleryItem
(props: { isPriority: boolean; isLiked: boolean; creation: Creation; })
app/(main)/gallery/[[...slug]]/gallery-item.tsx:17
FunctionGanttChartSquare
(props: React.ComponentProps<"svg">)
app/icons.tsx:175
FunctionGemIcon
(props: React.ComponentProps<"svg">)
app/icons.tsx:88
FunctionHeader
(props: { userNavigation: React.ReactNode })
app/(main)/header.tsx:23
FunctionHeartIcon
(props: React.ComponentProps<"svg">)
app/icons.tsx:108
FunctionHeartOffIcon
(props: React.ComponentProps<"svg">)
app/icons.tsx:126
FunctionHelperText
({ children, className, ...props }: ComponentPropsWithoutRef<"p">)
components/form-elements.tsx:116
FunctionHero
()
app/(main)/gallery/[[...slug]]/hero.tsx:1
FunctionHint
({ children, className, ...props }: ComponentPropsWithoutRef<"span">)
components/form-elements.tsx:87
FunctionImage
(props: { params: { slug: string } })
app/(main)/creations/[slug]/twitter-image.tsx:14
FunctionImage
(props: { params: { slug: string } })
app/(main)/creations/[slug]/opengraph-image.tsx:14
FunctionLabel
({ children, ...props }: ComponentProps<"label">)
components/form-elements.tsx:10
FunctionLayout
(props: { children: React.ReactNode })
app/auth/layout.tsx:5
FunctionLayout
(props: { children: React.ReactNode })
app/(main)/layout.tsx:12
FunctionLayout
(props: { children: React.ReactNode })
app/(main)/collection/layout.tsx:14
FunctionLayout
(props: { children: ReactNode })
app/(main)/account/layout.tsx:18
FunctionLikeButton
(props: { isLiked: boolean; creationId: string })
components/buttons/like.tsx:12
FunctionLoadingSpinnerIcon
({ className, ...props }: React.ComponentProps<"svg">)
app/icons.tsx:146
FunctionLoadingSpinnerIcon2
(props: React.ComponentProps<"svg">)
app/icons.tsx:197
FunctionLoadingSpinnerPrimitive
({ className, ...props }: ComponentProps<"span">)
components/loading-spinner.tsx:6
FunctionLogInIcon
(props: React.ComponentProps<"svg">)
app/icons.tsx:281
FunctionLogo
(props: { className?: string; colors?: { dot: string; text: string }; })
app/logo.tsx:3
FunctionLowerIllustration
()
app/illustrations.tsx:18
FunctionNotFound
()
app/(main)/not-found.tsx:3
FunctionNotificationWarning
(props: { title: string; description: string; className?: string; })
app/(main)/create/[slug]/prediction-output.tsx:14
FunctionPATCH
(req: Request)
app/api/v1/account/password/route.ts:20
FunctionPATCH
(req: Request)
app/api/v1/account/email/route.ts:22
FunctionPATCH
(req: Request)
app/api/v1/account/username/route.ts:22
FunctionPOST
(req: Request)
app/api/v1/predictions/route.ts:32
FunctionPOST
(req: Request)
app/api/v1/uses/route.ts:21
FunctionPOST
(req: Request)
app/api/v1/checkout/sessions/route.ts:24
FunctionPOST
(req: Request)
app/api/v1/reports/route.ts:20
FunctionPOST
(req: Request)
app/api/v1/likes/route.ts:20
FunctionPOST
(req: Request)
app/api/v1/webhooks/payments/route.ts:34
FunctionPOST
(req: Request)
app/api/v1/publish/route.ts:30
FunctionPage
(props: { params: { slug: string | undefined }; })
app/auth/confirm/[slug]/page.tsx:23
FunctionPage
()
app/auth/password/reset/page.tsx:20
FunctionPage
()
app/auth/password/update/page.tsx:20
FunctionPage
()
app/auth/sign-up/page.tsx:20
FunctionPage
()
app/auth/sign-in/page.tsx:20
FunctionPage
()
app/auth/username/page.tsx:19
FunctionPage
()
app/(main)/collection/page.tsx:12
FunctionPage
()
app/(main)/collection/uses/page.tsx:11
FunctionPage
()
app/(main)/collection/likes/page.tsx:12
next →1–100 of 167, ranked by callers