MCPcopy Create free account

hub / github.com/Saas-Starter-Kit/Saas-Kit-prisma / functions

Functions144 in github.com/Saas-Starter-Kit/Saas-Kit-prisma

↓ 89 callersFunctioncn
(...inputs: ClassValue[])
src/lib/utils/helpers.ts:6
↓ 13 callersFunctionPrismaDBError
(err: Error)
src/lib/utils/error.ts:10
↓ 8 callersFunctionAuthError
(err: Error)
src/lib/utils/error.ts:17
↓ 4 callersFunctionuseFormField
()
src/components/Form.tsx:42
↓ 3 callersFunctionStripeError
(err: Stripe.errors.StripeError)
src/lib/utils/error.ts:3
↓ 2 callersFunctionGetSession
()
src/lib/API/Services/auth/session.ts:4
↓ 1 callersFunctionCreateSubscription
({ id, price_id, status, period_ends_at }: Subscription)
src/lib/API/Database/subscription/mutations.ts:8
↓ 1 callersFunctionCreateTodo
({ title, description }: todoFormValues)
src/lib/API/Database/todos/mutations.ts:16
↓ 1 callersFunctionDeleteTodo
({ id }: DeleteTodoPropsI)
src/lib/API/Database/todos/mutations.ts:53
↓ 1 callersFunctionGoogle
({ ...props })
src/components/Icons.tsx:28
↓ 1 callersFunctionGoogleLogin
()
src/lib/API/Services/auth/login.ts:30
↓ 1 callersFunctionLogin
()
src/app/auth/login/page.tsx:13
↓ 1 callersFunctionLogout
()
src/lib/API/Services/auth/login.ts:47
↓ 1 callersFunctionRetrieveSubscription
( subscription_id: string )
src/lib/API/Services/stripe/customer.ts:12
↓ 1 callersFunctionUpdateStripeCustomerEmail
({ customer, email }: CustomerPropsT)
src/lib/API/Services/stripe/customer.ts:26
↓ 1 callersFunctionUpdateSubscription
({ id, price_id, status, period_ends_at }: Partial<Subscription>)
src/lib/API/Database/subscription/mutations.ts:32
↓ 1 callersFunctionUpdateTodo
({ id, title, description }: UpdateTodoPropsI)
src/lib/API/Database/todos/mutations.ts:35
↓ 1 callersFunctionUpdateUserEmail
({ email }: EmailFormValues)
src/lib/API/Database/user/mutations.ts:58
↓ 1 callersFunctionUpdateUserName
({ display_name }: DisplayNameFormValues)
src/lib/API/Database/user/mutations.ts:38
↓ 1 callersFunctionUpdateUserSubscription
({ id, stripe_customer_id, subscription_id }: UpdateUserSubPropsT)
src/lib/API/Database/user/mutations.ts:13
↓ 1 callersFunctionWebhookEventHandler
(event: Stripe.Event)
src/lib/API/Services/stripe/webhook.ts:13
↓ 1 callersFunctionclearAllDB
()
playwright/prisma.ts:5
↓ 1 callersFunctioncreateCheckoutSession
({ price }: createCheckoutProps)
src/lib/API/Services/stripe/session.ts:13
↓ 1 callersFunctioncreatePortalSession
()
src/lib/API/Services/stripe/session.ts:50
↓ 1 callersFunctiongetCurrentRole
(role: string)
src/app/dashboard/ai/page.tsx:29
↓ 1 callersFunctionhandleSubscription
()
src/app/dashboard/settings/_PageSections/Billing.tsx:13
↓ 1 callersFunctionmatchSubscription
()
src/app/dashboard/settings/_PageSections/Subscription.tsx:33
↓ 1 callersFunctionsetProductPlan
()
src/app/(marketing)/pricing/page.tsx:31
↓ 1 callersFunctionsetProductPlan
()
src/app/dashboard/settings/_PageSections/PriceCard.tsx:28
↓ 1 callersFunctionsignOut
()
src/app/dashboard/_PageSections/UserNav.tsx:23
↓ 1 callersFunctionuseMutationObserver
( ref: React.MutableRefObject<HTMLElement | null>, callback: MutationCallback, options = { attribute
src/lib/utils/hooks.ts:12
FunctionAddSubscription
()
src/app/dashboard/settings/add-subscription/page.tsx:13
FunctionAlertDialogFooter
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
src/components/ui/AlertDialog.tsx:53
FunctionAlertDialogHeader
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
src/components/ui/AlertDialog.tsx:48
FunctionAuthConfirm
()
src/app/auth/confirmed/page.tsx:8
FunctionAuthForm
({ submit_text }: AuthFormPropsI)
src/app/auth/_PageSections/AuthForm.tsx:19
FunctionAuthLayout
({ children }: LayoutProps)
src/app/auth/layout.tsx:6
FunctionAuthRequired
()
src/app/auth/required/page.tsx:7
FunctionBarChartComp
()
src/app/dashboard/_PageSections/charts/Bar.tsx:119
FunctionBilling
()
src/app/dashboard/settings/_PageSections/Billing.tsx:10
FunctionBilling
()
src/app/dashboard/settings/billing/page.tsx:6
FunctionCTA
()
src/app/(marketing)/_PageSections/CTA.tsx:6
FunctionCommandDialog
({ children, ...props }: CommandDialogProps)
src/components/ui/Command.tsx:28
FunctionCommandShortcut
({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>)
src/components/ui/Command.tsx:125
FunctionCompose
()
src/app/dashboard/_PageSections/charts/Compose.tsx:63
FunctionDashboard
()
src/app/dashboard/main/_PageSections/Dashboard.tsx:9
FunctionDashboardLayout
({ children }: LayoutProps)
src/app/dashboard/layout.tsx:9
FunctionDashboardPage
()
src/app/dashboard/main/page.tsx:3
FunctionDelete
()
src/app/dashboard/todos/_PageSections/MyTodos.tsx:26
FunctionDialogFooter
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
src/components/ui/Dialog.tsx:62
FunctionDialogHeader
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
src/components/ui/Dialog.tsx:57
FunctionDialogPortal
({ ...props }: DialogPrimitive.DialogPortalProps)
src/components/ui/Dialog.tsx:13
FunctionDocShare
()
src/app/dashboard/_PageSections/DocShare.tsx:16
FunctionDropdownMenuShortcut
({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>)
src/components/ui/DropdownMenu.tsx:171
FunctionEditTodo
({ params })
src/app/dashboard/todos/edit/[id]/page.tsx:4
FunctionError
({ error, reset }: { error: Error; reset: () => void })
src/app/auth/error.tsx:6
FunctionError
({ error, reset }: { error: Error; reset: () => void })
src/app/dashboard/error.tsx:6
FunctionErrorText
({ errorMessage }: ErrorTextProps)
src/components/ErrorText.tsx:5
FunctionFeature
({ isFlipped }: FeaturePropsI)
src/app/(marketing)/_PageSections/Feature.tsx:58
FunctionFeatureCard
({ heading, description, icon }: FeatureCardI)
src/app/(marketing)/_PageSections/FeatureList.tsx:9
FunctionFeatureImage
()
src/app/(marketing)/_PageSections/Feature.tsx:50
FunctionFeatureList
()
src/app/(marketing)/_PageSections/FeatureList.tsx:23
FunctionFeatureText
({ isFlipped }: FeaturePropsI)
src/app/(marketing)/_PageSections/Feature.tsx:24
FunctionFooter
()
src/components/Footer.tsx:10
FunctionFormField
({ ...props }: ControllerProps<TFieldValues, TName>)
src/components/Form.tsx:29
FunctionGlobalError
({ error, reset }: { error: Error; reset: () => void })
src/app/global-error.tsx:3
FunctionHeader
()
src/app/(marketing)/_PageSections/Header.tsx:9
FunctionHeader
({ display_name, email, avatar_url }: HeaderProps)
src/app/dashboard/_PageSections/Header.tsx:16
FunctionHero
()
src/app/(marketing)/_PageSections/Hero.tsx:21
FunctionHeroScreenshot
()
src/app/(marketing)/_PageSections/Hero.tsx:7
FunctionLanding
()
src/app/(marketing)/page.tsx:7
FunctionLayout
({ children }: LayoutProps)
src/app/dashboard/todos/layout.tsx:7
FunctionListTodos
()
src/app/dashboard/todos/list-todos/page.tsx:4
FunctionListTodos
()
src/app/dashboard/todos/my-todos/page.tsx:4
FunctionLoading
()
src/app/loading.tsx:1
FunctionLoading
()
src/app/dashboard/todos/loading.tsx:3
FunctionLoading
()
src/app/dashboard/settings/loading.tsx:3
FunctionLogin
({ email }: EmailFormValues)
src/lib/API/Services/auth/login.ts:11
FunctionLogoCloud
()
src/app/(marketing)/_PageSections/LogoCloud.tsx:3
FunctionMainCard
()
src/app/(marketing)/pricing/page.tsx:86
FunctionMainLogoIcon
()
src/components/MainLogo.tsx:14
FunctionMainLogoText
()
src/components/MainLogo.tsx:5
FunctionMarketingLayout
({ children }: LayoutProps)
src/app/(marketing)/layout.tsx:5
FunctionMaxLengthSelector
({ defaultValue }: MaxLengthSelectorProps)
src/app/dashboard/ai/_PageSections/MaxlengthSelector.tsx:14
FunctionMobileNav
({ items }: NavProps)
src/components/MobileNav.tsx:26
FunctionMobileNavItem
({ title, link }: NavItem)
src/components/MobileNav.tsx:18
FunctionModelItem
({ model, isSelected, onSelect, onPeek }: ModelItemProps)
src/app/dashboard/ai/_PageSections/ModelSelector.tsx:111
FunctionModelSelector
({ models, types, ...props }: ModelSelectorProps)
src/app/dashboard/ai/_PageSections/ModelSelector.tsx:29
FunctionMyTodos
({ todos }: MyTodosProps)
src/app/dashboard/todos/_PageSections/MyTodos.tsx:60
FunctionNav
({ items }: NavProps)
src/app/(marketing)/_PageSections/NavBar.tsx:16
FunctionNotFound
()
src/app/not-found.tsx:1
FunctionPOST
(req: Request)
src/app/api/chat/route.ts:8
FunctionPOST
(req: NextRequest)
src/app/api/stripe/webhook/route.ts:9
FunctionPieChartComp
()
src/app/dashboard/_PageSections/charts/Pie.tsx:27
FunctionPlaygroundPage
()
src/app/dashboard/ai/page.tsx:17
FunctionPriceCard
({ product, timeInterval }: PriceCardProps)
src/app/(marketing)/pricing/page.tsx:27
FunctionPriceCard
({ product, handleSubscription, timeInterval }: PriceCardProps)
src/app/dashboard/settings/_PageSections/PriceCard.tsx:24
FunctionPricing
()
src/app/(marketing)/pricing/page.tsx:131
FunctionProfileForm
()
src/app/dashboard/settings/profile/page.tsx:5
FunctionRecentSales
()
src/app/dashboard/_PageSections/RecentSales.tsx:4
next →1–100 of 144, ranked by callers