MCPcopy Create free account

hub / github.com/Kuzma02/Electronics-eCommerce-Shop-With-Admin-Dashboard-NextJS-NodeJS / functions

Functions320 in github.com/Kuzma02/Electronics-eCommerce-Shop-With-Admin-Dashboard-NextJS-NodeJS

↓ 1 callersFunctionpostBulkUpload
(csvContent)
server/tests/bulk-upload-smoketest.js:139
↓ 1 callersFunctionpostBulkUploadMissingFileShould400
()
server/tests/bulk-upload-smoketest.js:177
↓ 1 callersFunctionprismaClientSingleton
()
utils/db.ts:3
↓ 1 callersFunctionprismaClientSingleton
()
server/utills/db.ts:3
↓ 1 callersFunctionprismaClientSingleton
()
server/utills/db.js:11
↓ 1 callersFunctionputUpdateBatchItems
(batchId, itemId, price, inStock)
server/tests/bulk-upload-smoketest.js:206
↓ 1 callersFunctionrequireAdmin
()
utils/adminAuth.ts:5
↓ 1 callersFunctionrun
()
server/tests/bulk-upload-smoketest.js:231
↓ 1 callersMethodrunSafeMigration
()
server/scripts/migration-validator.js:140
↓ 1 callersFunctionsanitizeHtml
(text: string | null | undefined)
lib/sanitize.ts:39
↓ 1 callersFunctiontestBulkUpload
()
server/tests/test-upload-direct.js:5
↓ 1 callersFunctiontestBulkUpload
()
server/tests/debug-bulk-upload.js:11
↓ 1 callersFunctiontestBulkUploadCurl
()
server/tests/curl-test-command.js:4
↓ 1 callersFunctiontestBulkUploadEndpoint
()
server/tests/test-bulk-upload-endpoint.js:6
↓ 1 callersFunctiontestBulkUploadSimple
()
server/tests/check-bulk-upload.js:4
↓ 1 callersFunctiontestConnection
()
server/scripts/test-connection.js:3
↓ 1 callersFunctiontestCreateAndVerify
()
server/tests/test-create-verify.js:6
↓ 1 callersFunctiontestCreateProduct
(categoryId)
server/tests/test-create-product.js:4
↓ 1 callersFunctiontestDatabase
()
server/tests/test-db-bulk.js:3
↓ 1 callersFunctiontestDeleteBatch
()
server/tests/test-delete-batch.js:3
↓ 1 callersFunctiontestMigrationValidator
()
server/scripts/test-migration-validator.js:3
↓ 1 callersFunctiontestServer
()
server/tests/simple-server-test.js:4
↓ 1 callersFunctionuploadFile
(file: any)
app/(dashboard)/admin/products/new/page.tsx:95
↓ 1 callersFunctionuploadFile
(file: any)
app/(dashboard)/admin/products/[id]/page.tsx:85
↓ 1 callersFunctionuseNotifications
()
hooks/useNotifications.ts:11
↓ 1 callersFunctionuseSessionTimeout
()
hooks/useSessionTimeout.ts:9
↓ 1 callersFunctionuseUnreadCount
()
hooks/useNotifications.ts:207
↓ 1 callersFunctionvalidateAndSanitizeFilterValue
(filterType, filterValue)
server/controllers/products.js:22
↓ 1 callersFunctionvalidateFilterType
(filterType)
server/controllers/products.js:10
↓ 1 callersFunctionvalidateForm
()
app/checkout/page.tsx:32
↓ 1 callersMethodvalidateMigration
(migrationPath)
server/scripts/migration-validator.js:18
↓ 1 callersFunctionvalidateOperator
(operator)
server/controllers/products.js:14
↓ 1 callersFunctionvalidateSortValue
(sortValue)
server/controllers/products.js:18
↓ 1 callersFunctionviewLogs
(logType = 'access', lines = 50)
server/view-logs.js:6
↓ 1 callersFunctionwaitForServer
()
server/tests/bulk-upload-smoketest.js:53
FunctionAddNewProduct
()
app/(dashboard)/admin/products/new/page.tsx:10
FunctionAddToCartSingleProductBtn
({ product, quantityCount } : SingleProductBtnProps)
components/AddToCartSingleProductBtn.tsx:20
FunctionAdminDashboardPage
()
app/(dashboard)/admin/page.tsx:6
FunctionAdminOrders
()
components/AdminOrders.tsx:17
FunctionAdminSingleOrder
()
app/(dashboard)/admin/orders/[id]/page.tsx:30
FunctionAuthProvider
({ children }: any)
utils/SessionProvider.tsx:5
FunctionBreadcrumb
()
components/Breadcrumb.tsx:15
FunctionBulkUploadHistory
()
components/BulkUploadHistory.tsx:35
FunctionBulkUploadPage
()
app/(dashboard)/admin/bulk-upload/page.tsx:34
FunctionBuyNowSingleProductBtn
({ product, quantityCount, }: SingleProductBtnProps)
components/BuyNowSingleProductBtn.tsx:17
FunctionCartElement
()
components/CartElement.tsx:17
FunctionCartModule
()
components/modules/cart/index.tsx:11
FunctionCartPage
()
app/cart/page.tsx:9
FunctionCategoryItem
({ title, children, href }: CategoryItemProps)
components/CategoryItem.tsx:20
FunctionCategoryMenu
()
components/CategoryMenu.tsx:17
FunctionCheckbox
({ text, stateValue, setStateValue } : { text: string, stateValue: any, setStateValue: any })
components/Checkbox.tsx:12
FunctionCheckoutPage
()
app/checkout/page.tsx:11
FunctionColorInput
()
components/ColorInput.tsx:14
FunctionCustomButton
({ paddingX, paddingY, text, buttonType, customWidth, textSize }: CustomButtonProps)
components/CustomButton.tsx:22
FunctionDashboardCategory
()
app/(dashboard)/admin/categories/page.tsx:9
FunctionDashboardCreateNewUser
()
app/(dashboard)/admin/users/new/page.tsx:8
FunctionDashboardNewCategoryPage
()
app/(dashboard)/admin/categories/new/page.tsx:8
FunctionDashboardOrdersPage
()
app/(dashboard)/admin/orders/page.tsx:5
FunctionDashboardProductDetails
({ params }: DashboardProductDetailsProps)
app/(dashboard)/admin/products/[id]/page.tsx:18
FunctionDashboardProductTable
()
components/DashboardProductTable.tsx:20
FunctionDashboardProducts
()
app/(dashboard)/admin/products/page.tsx:9
FunctionDashboardSidebar
()
components/DashboardSidebar.tsx:23
FunctionDashboardSingleCategory
({ params }: DashboardSingleCategoryProps)
app/(dashboard)/admin/categories/[id]/page.tsx:14
FunctionDashboardSingleUserPage
({ params }: DashboardUserDetailsProps)
app/(dashboard)/admin/users/[id]/page.tsx:13
FunctionDashboardUsers
()
app/(dashboard)/admin/users/page.tsx:8
FunctionFilters
()
components/Filters.tsx:25
FunctionFooter
()
components/Footer.tsx:15
FunctionGlobalError
({ error }: { error: Error })
app/error.tsx:6
FunctionHeader
()
components/Header.tsx:28
FunctionHeaderTop
()
components/HeaderTop.tsx:21
FunctionHeading
({ title } : { title: string })
components/Heading.tsx:13
FunctionHeartElement
({wishQuantity}: {wishQuantity: number})
components/HeartElement.tsx:17
FunctionHero
()
components/Hero.tsx:14
FunctionHome
()
app/page.tsx:3
FunctionIncentives
()
components/Incentives.tsx:15
FunctionIntroducingSection
()
components/IntroducingSection.tsx:14
FunctionLayout
({ children, }: Readonly<{ children: React.ReactNode; }>)
app/(dashboard)/layout.tsx:3
FunctionLoader
()
components/Loader.tsx:4
FunctionLoginPage
()
app/login/page.tsx:10
FunctionMerchantDetailPage
({ params, }: MerchantDetailPageProps)
app/(dashboard)/admin/merchant/[id]/page.tsx:31
FunctionMerchantPage
()
app/(dashboard)/admin/merchant/page.tsx:19
FunctionNewMerchantPage
()
app/(dashboard)/admin/merchant/new/page.tsx:9
FunctionNewsletter
()
components/Newsletter.tsx:13
FunctionNotFound
()
app/not-found.tsx:3
FunctionNotFound
()
app/product/not-found.tsx:3
FunctionNotificationBell
({ className = "" })
components/NotificationBell.tsx:13
FunctionNotificationCard
({ notification, isSelected, onToggleSelect, onMarkAsRead, onDelete })
components/NotificationCard.tsx:85
FunctionNotificationsPage
()
app/notifications/page.tsx:19
FunctionOrderItem
()
components/OrderItem.tsx:3
FunctionPOST
(request: Request)
app/api/register/route.ts:9
FunctionPagination
()
components/Pagination.tsx:15
FunctionProductItem
({ product, color, }: { product: Product; color: string; })
components/ProductItem.tsx:17
FunctionProductTabs
({ product }: { product: Product })
components/ProductTabs.tsx:19
FunctionProducts
({ params, searchParams }: { params: { slug?: string[] }, searchParams: { [key: string]: string | string[] | u
components/Products.tsx:15
FunctionProductsSection
()
components/ProductsSection.tsx:16
FunctionProviders
({ children }: { children: React.ReactNode })
Providers.tsx:6
FunctionQuantityInput
({quantityCount, setQuantityCount} : QuantityInputProps)
components/QuantityInput.tsx:22
FunctionQuantityInputCart
({ product } : { product: ProductInCart })
components/QuantityInputCart.tsx:17
FunctionRange
({ min, max, priceValue, setInputCategory } : RangeProps)
components/Range.tsx:21
FunctionRangeWithLabels
()
components/RangeWithLabels.tsx:15
← previousnext →101–200 of 320, ranked by callers