MCPcopy Create free account

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

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

↓ 42 callersFunctioncn
(...inputs: ClassValue[])
10/ecommerce/src/lib/utils.ts:4
↓ 28 callersFunctioncreateClient
()
11/saas/lib/supabase/server.ts:5
↓ 16 callersFunctioncn
(...inputs: ClassValue[])
5/clean architecture/src/lib/utils.ts:4
↓ 16 callersFunctionuseTodos
()
4/tdd/src/hooks/useTodos.ts:4
↓ 14 callersFunctioncreateClient
()
10/ecommerce/src/utils/supabase/server.ts:5
↓ 11 callersFunctioncn
(...inputs: ClassValue[])
4/tdd/src/lib/utils.ts:4
↓ 11 callersMethodexecute
(orderId: string, userId: string, amount: number)
11/saas/src/core/application/use-cases/payment/InitiatePaymentUseCase.ts:6
↓ 9 callersMethodexecute
(userId: string)
11/saas/src/core/application/use-cases/note/GetNotesUseCase.ts:11
↓ 8 callersMethoddelete
(id: string)
5/clean architecture/src/core/application/interfaces/IPostRepository.ts:6
↓ 8 callersMethodgetSubscription
(userId: string)
11/saas/src/core/application/interfaces/ISubscriptionRepository.ts:4
↓ 8 callersMethodupdate
(newProps: Partial<Omit<StoreSettingProps, 'id'>>)
10/ecommerce/src/core/domain/entities/StoreSetting.ts:26
↓ 7 callersFunctioncreateClient
()
8/blog/utils/supabase/server.ts:5
↓ 7 callersMethodexecute
(params: GetOrdersParams)
10/ecommerce/src/core/application/use-cases/order/GetOrdersUseCase.ts:6
↓ 7 callersMethodexecute
(params: GetCustomersParams)
10/ecommerce/src/core/application/use-cases/customer/GetCustomerListUseCase.ts:7
↓ 7 callersFunctioninsertText
(before: string, after: string = '')
8/blog/app/write/page.tsx:33
↓ 6 callersFunctioncn
(...inputs: ClassValue[])
9/chat/lib/utils.ts:4
↓ 6 callersMethodgetCount
(statuses?: OrderStatusType[])
10/ecommerce/src/infrastructure/repositories/SupabaseOrderRepository.ts:211
↓ 6 callersFunctionhandleChange
(key: keyof StoreSettingProps, value: any)
10/ecommerce/src/app/admin/settings/_components/StoreSettingsForm.tsx:45
↓ 5 callersMethodexecute
(dto: LoginDTO)
10/ecommerce/src/core/application/use-cases/LoginUseCase.ts:7
↓ 4 callersMethodcalculatePercentageChange
(current: number, previous: number)
10/ecommerce/src/infrastructure/repositories/SupabaseSalesRepository.ts:191
↓ 4 callersMethodexecute
(title: string, content: string, authorId: string)
5/clean architecture/src/core/application/use-cases/CreatePostUseCase.ts:7
↓ 4 callersMethodexecute
(params: GetProductsParams)
10/ecommerce/src/core/application/use-cases/product/GetProductsUseCase.ts:8
↓ 4 callersMethodfindById
(id: string)
5/clean architecture/src/core/application/interfaces/IPostRepository.ts:5
↓ 4 callersMethodgetDashboardData
(period: Period)
10/ecommerce/src/core/application/interfaces/ISalesRepository.ts:17
↓ 4 callersFunctiongetLinkClass
(href: string)
11/saas/src/app/(platform)/_components/Sidebar.tsx:10
↓ 4 callersMethodgetSettings
()
10/ecommerce/src/core/application/interfaces/IStoreSettingsRepository.ts:4
↓ 4 callersMethodlogin
(dto: LoginDTO)
10/ecommerce/src/core/application/interfaces/IAuthRepository.ts:5
↓ 4 callersMethodsave
(post: Post)
5/clean architecture/src/core/application/interfaces/IPostRepository.ts:4
↓ 4 callersMethodupsertSubscription
(userId: string, subscription: Subscription)
11/saas/src/core/application/interfaces/ISubscriptionRepository.ts:5
↓ 3 callersFunctionbuildHref
(basePath: string, page: number, searchParams: Record<string, string>)
8/blog/components/Pagination.tsx:11
↓ 3 callersFunctioncreateClient
()
11/saas/lib/supabase/client.ts:4
↓ 3 callersMethodexecute
(id: string, title: string, content: string, userId: string)
5/clean architecture/src/core/application/use-cases/PostUseCases.ts:7
↓ 3 callersMethodgetProducts
(params: GetProductsParams)
10/ecommerce/src/core/application/interfaces/ProductRepository.ts:22
↓ 3 callersMethodgetRecentActivities
(userId: string)
11/saas/src/core/application/interfaces/IActivityRepository.ts:4
↓ 3 callersMethodgetSubscription
(userId: string)
11/saas/src/infrastructure/repositories/SupabaseSubscriptionRepository.ts:6
↓ 3 callersMethodgetUsageStats
(userId: string)
11/saas/src/core/application/interfaces/IUsageRepository.ts:4
↓ 3 callersMethodisLowStock
(threshold: number = 10)
10/ecommerce/src/core/domain/entities/Product.ts:52
↓ 3 callersMethodupdate
(title: string, content: string, userId: string)
5/clean architecture/src/core/domain/entities/Post.ts:26
↓ 2 callersFunctionbytesToGB
(bytes: number)
11/saas/src/app/(platform)/dashboard/_components/UsageCard.tsx:17
↓ 2 callersMethodcreate
(product: Product)
10/ecommerce/src/core/application/interfaces/ProductRepository.ts:25
↓ 2 callersMethodcreateNote
(note: Omit<Note, 'id' | 'createdAt' | 'updatedAt'>)
11/saas/src/core/application/interfaces/INoteRepository.ts:6
↓ 2 callersMethodexecute
(period: Period)
10/ecommerce/src/core/application/use-cases/sales/GetSalesDashboardStatsUseCase.ts:6
↓ 2 callersMethodexecute
()
10/ecommerce/src/core/application/use-cases/settings/GetStoreSettingsUseCase.ts:7
↓ 2 callersMethodexecute
()
10/ecommerce/src/core/application/use-cases/dashboard/GetDashboardDataUseCase.ts:8
↓ 2 callersFunctionfetchChats
()
9/chat/app/page.tsx:76
↓ 2 callersFunctionfetchMessages
(chatId: string)
9/chat/app/page.tsx:88
↓ 2 callersMethodfetchOrders
(start: Date, end: Date)
10/ecommerce/src/infrastructure/repositories/SupabaseSalesRepository.ts:51
↓ 2 callersFunctionformatCurrency
(val: number)
10/ecommerce/src/components/sales/KPISection.tsx:9
↓ 2 callersFunctionformatCurrency
(amount: number)
11/saas/src/app/(platform)/dashboard/_components/SubscriptionCard.tsx:18
↓ 2 callersMethodgetCustomerDetail
(id: string)
10/ecommerce/src/core/application/interfaces/ICustomerRepository.ts:24
↓ 2 callersMethodgetCustomers
(params: GetCustomersParams)
10/ecommerce/src/core/application/interfaces/ICustomerRepository.ts:22
↓ 2 callersFunctiongetDependencies
(supabaseClient: any)
10/ecommerce/src/app/actions/settings.actions.ts:11
↓ 2 callersFunctiongetEmbeddings
()
9/chat/lib/pinecone.ts:18
↓ 2 callersMethodgetInstance
()
5/clean architecture/src/infrastructure/repositories/InMemoryPostRepository.ts:10
↓ 2 callersMethodgetNotes
(userId: string)
11/saas/src/core/application/interfaces/INoteRepository.ts:4
↓ 2 callersMethodgetOrderById
(id: string)
10/ecommerce/src/core/application/interfaces/repositories/OrderRepository.ts:30
↓ 2 callersFunctionhandleCategoryClick
(categoryId: string | null)
8/blog/components/CategoryFilter.tsx:15
↓ 2 callersFunctionhandlePageChange
(newPage: number)
10/ecommerce/src/components/customers/CustomerTable.tsx:26
↓ 2 callersMethodmapToEntity
(row: any)
10/ecommerce/src/infrastructure/repositories/SupabaseOrderRepository.ts:233
↓ 2 callersMethodmapToEntity
(row: any)
11/saas/src/infrastructure/repositories/SupabaseNoteRepository.ts:69
↓ 2 callersFunctionsocialLogin
(provider: 'google' | 'kakao')
11/saas/src/app/auth/actions.ts:57
↓ 2 callersMethodupdateOrderStatus
(id: string, status: OrderStatusType)
10/ecommerce/src/core/application/interfaces/repositories/OrderRepository.ts:31
↓ 2 callersFunctionupdateOrderStatusAction
(id: string, status: OrderStatusType)
10/ecommerce/src/app/admin/orders/[id]/actions.ts:20
↓ 2 callersMethodupdateSettings
(setting: StoreSetting)
10/ecommerce/src/core/application/interfaces/IStoreSettingsRepository.ts:5
↓ 2 callersFunctionuseSnackbar
()
7/saas-landing-page/components/snackbar-provider.tsx:13
↓ 2 callersMethodvalidate
()
5/clean architecture/src/core/domain/entities/Post.ts:16
↓ 2 callersMethodvalidate
(props: StoreSettingProps)
10/ecommerce/src/core/domain/entities/StoreSetting.ts:17
↓ 1 callersFunctionaddTodo
(title: string)
4/tdd/src/hooks/useTodos.ts:7
↓ 1 callersMethodcalculateBestSellers
(items: any[])
10/ecommerce/src/infrastructure/repositories/SupabaseSalesRepository.ts:128
↓ 1 callersMethodcalculateRegionalSales
(orders: any[])
10/ecommerce/src/infrastructure/repositories/SupabaseSalesRepository.ts:143
↓ 1 callersMethodcalculateStats
(currentOrders: any[], prevOrders: any[])
10/ecommerce/src/infrastructure/repositories/SupabaseSalesRepository.ts:74
↓ 1 callersMethodcalculateTrends
(orders: any[], start: Date, end: Date)
10/ecommerce/src/infrastructure/repositories/SupabaseSalesRepository.ts:109
↓ 1 callersFunctioncancelSubscriptionAction
()
11/saas/src/app/(platform)/dashboard/actions.ts:41
↓ 1 callersMethodconfirmPayment
(paymentKey: string, orderId: string, amount: number)
11/saas/src/core/application/interfaces/IPaymentGateway.ts:2
↓ 1 callersMethodcountByAuthorIdAndDate
(authorId: string, date: Date)
5/clean architecture/src/core/application/interfaces/IPostRepository.ts:9
↓ 1 callersFunctioncreateMockSupabase
()
10/ecommerce/src/infrastructure/repositories/SupabaseDashboardRepository.test.ts:6
↓ 1 callersFunctioncreateNoteAction
(formData: FormData)
11/saas/src/app/actions/note.actions.ts:16
↓ 1 callersMethodcreatePayment
(payment: Payment)
11/saas/src/core/application/interfaces/IPaymentRepository.ts:5
↓ 1 callersFunctioncreatePost
(formData: FormData)
8/blog/app/actions.ts:53
↓ 1 callersFunctioncreatePostAction
(prevState: any, formData: FormData)
5/clean architecture/src/app/actions.ts:19
↓ 1 callersFunctioncreateProductAction
(formData: FormData)
10/ecommerce/src/app/admin/products/actions.ts:9
↓ 1 callersMethoddeleteNote
(id: string)
11/saas/src/core/application/interfaces/INoteRepository.ts:7
↓ 1 callersFunctiondeletePostAction
(id: string)
5/clean architecture/src/app/actions.ts:51
↓ 1 callersFunctiondeleteTodo
(id: string)
4/tdd/src/hooks/useTodos.ts:28
↓ 1 callersMethodexecute
()
10/ecommerce/src/core/application/use-cases/product/GetCategoriesUseCase.ts:8
↓ 1 callersMethodexecute
(dto: CreateProductDTO)
10/ecommerce/src/core/application/use-cases/product/CreateProductUseCase.ts:16
↓ 1 callersMethodexecute
(id: string, carrier: string, trackingNumber: string)
10/ecommerce/src/core/application/use-cases/order/UpdateTrackingInfoUseCase.ts:7
↓ 1 callersMethodexecute
()
10/ecommerce/src/core/application/use-cases/order/GetOrderStatsUseCase.ts:6
↓ 1 callersMethodexecute
(id: string, status: OrderStatusType)
10/ecommerce/src/core/application/use-cases/order/UpdateOrderStatusUseCase.ts:8
↓ 1 callersMethodexecute
(id: string)
10/ecommerce/src/core/application/use-cases/order/GetOrderDetailUseCase.ts:8
↓ 1 callersMethodexecute
(id: string)
10/ecommerce/src/core/application/use-cases/customer/GetCustomerDetailUseCase.ts:7
↓ 1 callersMethodexecute
()
10/ecommerce/src/core/application/use-cases/customer/GetCustomerStatsUseCase.ts:6
↓ 1 callersMethodexecute
(userId: string)
11/saas/src/core/application/use-cases/GetDashboardDataUseCase.ts:21
↓ 1 callersMethodexecute
(userId: string, paymentKey: string, orderId: string, amount: number)
11/saas/src/core/application/use-cases/payment/ProcessPaymentSuccessUseCase.ts:12
↓ 1 callersMethodexecute
(userId: string)
11/saas/src/core/application/use-cases/payment/ExecuteBillingPaymentUseCase.ts:14
↓ 1 callersMethodexecute
()
11/saas/src/core/application/use-cases/payment/ProcessScheduledBillingsUseCase.ts:10
↓ 1 callersMethodexecute
(userId: string)
11/saas/src/core/application/use-cases/payment/CancelSubscriptionUseCase.ts:8
↓ 1 callersMethodexecute
(params: { authKey: string; customerKey: string; plan?: string; amount?: numbe
11/saas/src/core/application/use-cases/payment/StartSubscriptionUseCase.ts:10
↓ 1 callersMethodexecute
(orderId: string, reason?: string)
11/saas/src/core/application/use-cases/payment/ProcessPaymentFailureUseCase.ts:6
↓ 1 callersMethodexecute
(id: string, userId: string)
11/saas/src/core/application/use-cases/note/GetNoteByIdUseCase.ts:11
next →1–100 of 490, ranked by callers