MCPcopy Create free account

hub / github.com/codefactory-co/golden-rabbit-antigravity-v1 / functions

Functions490 in github.com/codefactory-co/golden-rabbit-antigravity-v1

↓ 1 callersMethodexecuteBillingPayment
(billingKey: string, params: { amount: number; orderId: string; orderName: string;
11/saas/src/core/application/interfaces/IPaymentGateway.ts:21
↓ 1 callersMethodfetchOrderItems
(orderIds: string[])
10/ecommerce/src/infrastructure/repositories/SupabaseSalesRepository.ts:62
↓ 1 callersMethodfindAllPublished
()
5/clean architecture/src/core/application/interfaces/IPostRepository.ts:8
↓ 1 callersMethodfindByAuthorId
(authorId: string)
5/clean architecture/src/core/application/interfaces/IPostRepository.ts:7
↓ 1 callersMethodfindDueSubscriptions
()
11/saas/src/core/application/interfaces/ISubscriptionRepository.ts:6
↓ 1 callersFunctionformatDate
(date: Date)
11/saas/src/app/(platform)/dashboard/_components/SubscriptionCard.tsx:10
↓ 1 callersFunctionformatNumber
(val: number)
10/ecommerce/src/components/sales/KPISection.tsx:10
↓ 1 callersFunctionformatPercent
(val: number)
10/ecommerce/src/components/sales/KPISection.tsx:11
↓ 1 callersFunctiongetBadgeVariant
(status: OrderStatusType)
10/ecommerce/src/app/admin/orders/_components/OrderTable.tsx:33
↓ 1 callersMethodgetCategories
()
10/ecommerce/src/core/application/interfaces/ProductRepository.ts:27
↓ 1 callersFunctiongetCustomerDetailAction
(id: string)
10/ecommerce/src/app/dashboard/customers/actions.ts:25
↓ 1 callersMethodgetCustomerStats
()
10/ecommerce/src/core/application/interfaces/ICustomerRepository.ts:23
↓ 1 callersFunctiongetCustomerStatsAction
()
10/ecommerce/src/app/dashboard/customers/actions.ts:18
↓ 1 callersFunctiongetCustomersAction
(params: GetCustomersParams)
10/ecommerce/src/app/dashboard/customers/actions.ts:11
↓ 1 callersFunctiongetDashboardData
()
11/saas/src/app/(platform)/dashboard/actions.ts:9
↓ 1 callersMethodgetDateRange
(period: Period)
10/ecommerce/src/infrastructure/repositories/SupabaseSalesRepository.ts:159
↓ 1 callersMethodgetMyPosts
(authorId: string)
5/clean architecture/src/core/application/use-cases/PostUseCases.ts:57
↓ 1 callersFunctiongetMyPostsAction
()
5/clean architecture/src/app/actions.ts:42
↓ 1 callersMethodgetNewsFeed
()
5/clean architecture/src/core/application/use-cases/PostUseCases.ts:51
↓ 1 callersMethodgetNoteById
(id: string)
11/saas/src/core/application/interfaces/INoteRepository.ts:5
↓ 1 callersFunctiongetOrderDetailAction
(id: string)
10/ecommerce/src/app/admin/orders/[id]/actions.ts:12
↓ 1 callersMethodgetOrderStats
()
10/ecommerce/src/core/application/interfaces/repositories/OrderRepository.ts:29
↓ 1 callersMethodgetOrders
(params: GetOrdersParams)
10/ecommerce/src/core/application/interfaces/repositories/OrderRepository.ts:28
↓ 1 callersFunctiongetPageNumbers
(currentPage: number, totalPages: number)
8/blog/components/Pagination.tsx:22
↓ 1 callersFunctiongetPostsAction
()
5/clean architecture/src/app/actions.ts:32
↓ 1 callersMethodgetPreviousDateRange
(period: Period, currentStart: Date)
10/ecommerce/src/infrastructure/repositories/SupabaseSalesRepository.ts:177
↓ 1 callersFunctiongetSalesDashboardData
(period: Period)
10/ecommerce/src/app/actions/sales.actions.ts:8
↓ 1 callersFunctiongetStatusBadge
(status: string)
10/ecommerce/src/components/dashboard/RecentOrdersTable.tsx:10
↓ 1 callersFunctiongetStatusLabel
(status: string)
10/ecommerce/src/components/customers/OrderHistoryCard.tsx:23
↓ 1 callersFunctiongetStatusVariant
(status: string)
10/ecommerce/src/components/customers/OrderHistoryCard.tsx:13
↓ 1 callersFunctiongetStoreSettings
()
10/ecommerce/src/app/actions/settings.actions.ts:19
↓ 1 callersMethodgetTodayTasksCount
(todayStart: Date)
10/ecommerce/src/infrastructure/repositories/SupabaseOrderRepository.ts:221
↓ 1 callersFunctiongetVectorStore
()
9/chat/lib/pinecone.ts:25
↓ 1 callersFunctionhandleSearch
()
10/ecommerce/src/app/admin/orders/_components/OrderFilters.tsx:14
↓ 1 callersFunctionhandleSelectChat
(chatId: string)
9/chat/app/page.tsx:126
↓ 1 callersFunctionhandleSend
()
9/chat/app/page.tsx:130
↓ 1 callersMethodisOutOfStock
()
10/ecommerce/src/core/domain/entities/Product.ts:56
↓ 1 callersMethodissueBillingKey
(authKey: string, customerKey: string)
11/saas/src/core/application/interfaces/IPaymentGateway.ts:12
↓ 1 callersFunctionloadData
()
10/ecommerce/src/app/admin/sales/page.tsx:14
↓ 1 callersFunctionlogin
(formData: FormData)
11/saas/src/app/auth/actions.ts:7
↓ 1 callersFunctionprocessFailure
()
11/saas/src/app/(marketing)/payment/fail/page.tsx:19
↓ 1 callersFunctionprocessPaymentFailureAction
(orderId: string, message: string)
11/saas/src/app/(marketing)/payment/actions.ts:46
↓ 1 callersFunctionprocessPaymentSuccessAction
(orderId: string, paymentKey: string, amount: number)
11/saas/src/app/(marketing)/payment/actions.ts:11
↓ 1 callersMethodpublish
(userId: string)
5/clean architecture/src/core/domain/entities/Post.ts:43
↓ 1 callersFunctionpublishPostAction
(id: string)
5/clean architecture/src/app/actions.ts:61
↓ 1 callersFunctionremoveImage
(index: number)
10/ecommerce/src/app/admin/products/_components/ImageUploader.tsx:51
↓ 1 callersFunctionsaveEditing
(id: string)
4/tdd/src/app/page.tsx:35
↓ 1 callersMethodsavePayment
(payment: Payment)
11/saas/src/core/application/interfaces/IPaymentRepository.ts:4
↓ 1 callersFunctionsignIn
(formData: FormData)
8/blog/app/actions.ts:7
↓ 1 callersFunctionsignOut
()
8/blog/app/actions.ts:46
↓ 1 callersFunctionsignUp
(formData: FormData)
8/blog/app/actions.ts:25
↓ 1 callersFunctionsignup
(formData: FormData)
11/saas/src/app/auth/actions.ts:27
↓ 1 callersFunctionstartEditing
(id: string, title: string)
4/tdd/src/app/page.tsx:25
↓ 1 callersFunctiontoggleTodo
(id: string)
4/tdd/src/hooks/useTodos.ts:20
↓ 1 callersMethodupdatePayment
(payment: Partial<Payment> & { orderId: string })
11/saas/src/core/application/interfaces/IPaymentRepository.ts:7
↓ 1 callersFunctionupdateSession
(request: NextRequest)
8/blog/utils/supabase/middleware.ts:5
↓ 1 callersFunctionupdateSession
(request: NextRequest)
11/saas/lib/supabase/middleware.ts:5
↓ 1 callersMethodupdateStatus
(orderId: string, status: string, reason?: string)
11/saas/src/core/application/interfaces/IPaymentRepository.ts:6
↓ 1 callersFunctionupdateStoreSettings
(updates: Partial<Omit<StoreSettingProps, 'id'>>)
10/ecommerce/src/app/actions/settings.actions.ts:27
↓ 1 callersFunctionupdateTodo
(id: string, newTitle: string)
4/tdd/src/hooks/useTodos.ts:32
↓ 1 callersMethodupdateTrackingNumber
(id: string, carrier: string, trackingNumber: string)
10/ecommerce/src/core/application/interfaces/repositories/OrderRepository.ts:32
↓ 1 callersFunctionupdateTrackingNumberAction
(id: string, carrier: string, trackingNumber: string)
10/ecommerce/src/app/admin/orders/[id]/actions.ts:29
↓ 1 callersMethoduploadImage
(file: File, path: string)
10/ecommerce/src/infrastructure/repositories/SupabaseProductRepository.ts:93
↓ 1 callersMethoduploadImage
(file: File, path: string)
10/ecommerce/src/core/application/interfaces/ProductRepository.ts:26
↓ 1 callersFunctionverify
()
5/clean architecture/scripts/verify.ts:5
↓ 1 callersFunctionverifyPayment
()
11/saas/src/app/(marketing)/payment/success/page.tsx:26
FunctionAIInsightCard
({ insights }: Props)
10/ecommerce/src/components/sales/AIInsightCard.tsx:7
FunctionActivityFeed
({ activities }: ActivityFeedProps)
11/saas/src/app/(platform)/dashboard/_components/ActivityFeed.tsx:8
FunctionAdminLayout
({ children, }: { children: React.ReactNode; })
10/ecommerce/src/app/admin/layout.tsx:4
FunctionAuthForm
()
8/blog/components/auth/auth-form.tsx:8
FunctionAuthPage
()
8/blog/app/auth/page.tsx:3
FunctionAuthPage
()
11/saas/src/app/auth/page.tsx:8
FunctionBadge
({ className, variant, asChild = false, ...props }: React.ComponentProps<"span"> & VariantProps<type
5/clean architecture/src/components/ui/badge.tsx:28
FunctionBadge
({ className, variant, ...props }: BadgeProps)
10/ecommerce/src/components/ui/badge.tsx:35
FunctionBestSellerList
({ bestSellers }: Props)
10/ecommerce/src/components/sales/BestSellerList.tsx:7
FunctionBlogPost
({ params, }: { params: Promise<{ id: string }>; })
8/blog/app/blog/[id]/page.tsx:9
FunctionButton
({ className, variant = "default", size = "default", asChild = false, ...props }: React.ComponentPro
4/tdd/src/components/ui/button.tsx:39
FunctionButton
({ className, variant = "default", size = "default", asChild = false, ...props }: React.ComponentPro
5/clean architecture/src/components/ui/button.tsx:39
FunctionButton
({ children, variant = "primary", size = "md", className = "", ...props }: ButtonProps)
11/saas/src/components/common/Button.tsx:8
FunctionCTA
()
7/saas-landing-page/components/cta.tsx:4
FunctionCancelSubscriptionDialog
()
11/saas/src/app/(platform)/dashboard/_components/CancelSubscriptionDialog.tsx:6
FunctionCard
({ className, ...props }: React.ComponentProps<"div">)
4/tdd/src/components/ui/card.tsx:5
FunctionCard
({ className, ...props }: React.ComponentProps<"div">)
5/clean architecture/src/components/ui/card.tsx:5
FunctionCard
({ children, className = "", ...props }: React.HTMLAttributes<HTMLDivElement>)
11/saas/src/components/common/Card.tsx:3
FunctionCardAction
({ className, ...props }: React.ComponentProps<"div">)
4/tdd/src/components/ui/card.tsx:51
FunctionCardAction
({ className, ...props }: React.ComponentProps<"div">)
5/clean architecture/src/components/ui/card.tsx:51
FunctionCardContent
({ className, ...props }: React.ComponentProps<"div">)
4/tdd/src/components/ui/card.tsx:64
FunctionCardContent
({ className, ...props }: React.ComponentProps<"div">)
5/clean architecture/src/components/ui/card.tsx:64
FunctionCardContent
({ children, className = "", ...props }: React.HTMLAttributes<HTMLDivElement>)
11/saas/src/components/common/Card.tsx:25
FunctionCardDescription
({ className, ...props }: React.ComponentProps<"div">)
4/tdd/src/components/ui/card.tsx:41
FunctionCardDescription
({ className, ...props }: React.ComponentProps<"div">)
5/clean architecture/src/components/ui/card.tsx:41
FunctionCardFooter
({ className, ...props }: React.ComponentProps<"div">)
4/tdd/src/components/ui/card.tsx:74
FunctionCardFooter
({ className, ...props }: React.ComponentProps<"div">)
5/clean architecture/src/components/ui/card.tsx:74
FunctionCardFooter
({ children, className = "", ...props }: React.HTMLAttributes<HTMLDivElement>)
11/saas/src/components/common/Card.tsx:33
FunctionCardHeader
({ className, ...props }: React.ComponentProps<"div">)
4/tdd/src/components/ui/card.tsx:18
FunctionCardHeader
({ className, ...props }: React.ComponentProps<"div">)
5/clean architecture/src/components/ui/card.tsx:18
FunctionCardHeader
({ children, className = "", ...props }: React.HTMLAttributes<HTMLDivElement>)
11/saas/src/components/common/Card.tsx:14
FunctionCardTitle
({ className, ...props }: React.ComponentProps<"div">)
4/tdd/src/components/ui/card.tsx:31
FunctionCardTitle
({ className, ...props }: React.ComponentProps<"div">)
5/clean architecture/src/components/ui/card.tsx:31
FunctionCategoryFilter
({ categories }: { categories: Category[] })
8/blog/components/CategoryFilter.tsx:10
← previousnext →101–200 of 490, ranked by callers