MCPcopy Create free account

hub / github.com/CyberAgentHack/web-speed-hackathon-2023 / functions

Functions275 in github.com/CyberAgentHack/web-speed-hackathon-2023

↓ 19 callersFunctionrootResolve
(...paths: string[])
src/server/utils/root_resolve.ts:5
↓ 12 callersFunctioninsert
(entities: unknown[])
tools/seed.ts:122
↓ 6 callersFunctionuseAuthUser
()
src/client/hooks/useAuthUser.ts:6
↓ 4 callersFunctionuseOpenModal
()
src/client/store/modal/hooks.ts:12
↓ 3 callersFunctiongetFileList
(parent: string)
tools/get_file_list.ts:4
↓ 3 callersFunctionuseActiveOffer
(product: ProductFragmentResponse | undefined)
src/client/hooks/useActiveOffer.ts:6
↓ 2 callersFunctionchunk
(array: T[], size: number)
tools/seed.ts:110
↓ 2 callersFunctiongetActiveOffer
( offers: LimitedTimeOfferFragmentResponse[], )
src/client/utils/get_active_offer.ts:3
↓ 2 callersFunctiongetMediaType
(filename: string)
src/client/utils/get_media_type.ts:3
↓ 2 callersFunctioninitializeDatabase
()
src/server/utils/initialize_database.ts:5
↓ 2 callersFunctionloadFonts
()
src/client/utils/load_fonts.ts:28
↓ 2 callersFunctionnormalizeCartItemCount
(item: number)
src/client/utils/normalize_cart_item.ts:3
↓ 2 callersFunctionuseCloseModal
()
src/client/store/modal/hooks.ts:20
↓ 2 callersFunctionuseIsOpenModal
(key: ModalKey)
src/client/store/modal/hooks.ts:6
↓ 2 callersFunctionuseRecommendation
()
src/client/hooks/useRecommendation.ts:6
↓ 2 callersFunctionuseUpdateCartItem
()
src/client/hooks/useUpdateCartItems.ts:7
↓ 1 callersMethod_checkIsDesktop
()
src/client/components/foundation/GetDeviceType/GetDeviceType.tsx:34
↓ 1 callersFunctiongetPublicFileList
(targetPath: string)
vite.config.ts:12
↓ 1 callersFunctioninit
()
src/server/index.ts:21
↓ 1 callersFunctioninitializeApolloServer
()
src/server/graphql/index.ts:22
↓ 1 callersFunctioninjectGlobalStyle
()
src/client/global.styles.ts:4
↓ 1 callersFunctionload
()
src/client/pages/NotFound/NotFound.tsx:14
↓ 1 callersFunctionloadImageAsDataURL
(url: string)
src/client/components/product/ProductHeroImage/ProductHeroImage.tsx:16
↓ 1 callersFunctionloadThumbnail
(url: string)
src/client/components/product/ProductMediaListPreviewer/MediaItem/loadThumbnail.ts:1
↓ 1 callersMethodrender
()
src/client/components/foundation/GetDeviceType/GetDeviceType.tsx:41
↓ 1 callersFunctionrenderActiveOffer
()
src/client/components/product/ProductOverview/ProductOverview.tsx:21
↓ 1 callersFunctionrenderContents
()
src/client/pages/Order/Order.tsx:32
↓ 1 callersFunctionseed
()
tools/seed.ts:346
↓ 1 callersFunctionseedFeatureSections
({ products }: { products: Product[] })
tools/seed.ts:263
↓ 1 callersFunctionseedMediaFiles
()
tools/seed.ts:130
↓ 1 callersFunctionseedOrders
({ products, users }: { users: User[]; products: Product[] })
tools/seed.ts:324
↓ 1 callersFunctionseedProducts
({ mediaList }: { mediaList: MediaFile[] })
tools/seed.ts:185
↓ 1 callersFunctionseedReviews
({ products, users }: { users: User[]; products: Product[] })
tools/seed.ts:288
↓ 1 callersFunctionseedUsers
({ mediaList }: { mediaList: MediaFile[] })
tools/seed.ts:152
↓ 1 callersFunctionsignIn
()
src/client/components/product/ProductPurchaseSeciton/ProductPurchaseSection.styles.ts:34
↓ 1 callersFunctionuseAmountInCart
(productId: number)
src/client/hooks/useAmountInCart.ts:3
↓ 1 callersFunctionuseFeatures
()
src/client/hooks/useFeatures.ts:6
↓ 1 callersFunctionuseOrder
()
src/client/hooks/useOrder.ts:3
↓ 1 callersFunctionuseProduct
(productId: number)
src/client/hooks/useProduct.ts:7
↓ 1 callersFunctionuseReviews
(productId: number | undefined)
src/client/hooks/useReviews.ts:8
↓ 1 callersFunctionuseScrollToTop
()
src/client/components/application/Routes/hooks/useScrollToTop.ts:4
↓ 1 callersFunctionuseSendReview
()
src/client/hooks/useSendReview.ts:7
↓ 1 callersFunctionuseSignIn
()
src/client/hooks/useSignIn.ts:5
↓ 1 callersFunctionuseSignUp
()
src/client/hooks/useSignUp.ts:5
↓ 1 callersFunctionuseSlider
({ items }: { items: unknown[] })
src/client/components/feature/ProductListSlider/hooks/useSlider.ts:6
↓ 1 callersFunctionuseSubmitOrder
()
src/client/hooks/useSubmitOrder.ts:7
↓ 1 callersFunctionuseTotalPrice
(order: OrderFragmentResponse)
src/client/hooks/useTotalPrice.ts:6
FunctionAnchor
({ children, href, ...rest })
src/client/components/foundation/Anchor/Anchor.tsx:7
FunctionApp
()
src/client/components/application/App/App.tsx:8
FunctionAspectRatio
({ children, ratioHeight, ratioWidth })
src/client/components/foundation/AspectRatio/AspectRatio.tsx:13
FunctionBackdrop
(props)
src/client/components/foundation/Modal/Modal.tsx:6
FunctionCartItem
({ item, onRemove, onUpdate })
src/client/components/order/CartItem/CartItem.tsx:23
FunctionFallback
()
src/client/pages/Fallback/Fallback.tsx:8
FunctionFooter
()
src/client/components/navigators/Footer/Footer.tsx:12
FunctionHeader
()
src/client/components/navigators/Header/Header.tsx:11
FunctionIcon
({ color, height, type, width })
src/client/components/foundation/Icon/Icon.tsx:14
FunctionImage
({ fill, ...rest })
src/client/components/foundation/Image/Image.tsx:10
FunctionLayout
({ children })
src/client/components/application/Layout/Layout.tsx:12
FunctionMediaItem
({ file })
src/client/components/product/ProductMediaListPreviewer/MediaItem/MediaItem.tsx:16
FunctionMediaItemPreviewer
({ file })
src/client/components/product/ProductMediaListPreviewer/MediaItemPreviewer/MediaItemPreviewer.tsx:15
FunctionModal
({ children, onHide, show })
src/client/components/foundation/Modal/Modal.tsx:14
FunctionNotFound
()
src/client/pages/NotFound/NotFound.tsx:10
FunctionOrder
()
src/client/pages/Order/Order.tsx:16
FunctionOrderComplete
()
src/client/pages/OrderComplete/OrderComplete.tsx:19
FunctionOrderForm
({ onSubmit })
src/client/components/order/OrderForm/OrderForm.tsx:22
FunctionOutlineButton
({ children, size, ...rest })
src/client/components/foundation/OutlineButton/OutlineButton.tsx:11
FunctionPrimaryAnchor
({ children, href, size })
src/client/components/foundation/PrimaryAnchor/PrimaryAnchor.tsx:15
FunctionPrimaryButton
({ children, size, ...rest })
src/client/components/foundation/PrimaryButton/PrimaryButton.tsx:11
FunctionProductCard
({ product })
src/client/components/feature/ProductCard/ProductCard.tsx:17
FunctionProductDetail
()
src/client/pages/ProductDetail/ProductDetail.tsx:23
FunctionProductGridList
({ featureSection })
src/client/components/feature/ProductGridList/ProductGridList.tsx:12
FunctionProductListSlideButton
({ arrowType, disabled, onClick })
src/client/components/feature/ProductListSlideButton/ProductListSlideButton.tsx:20
FunctionProductListSlider
({ featureSection })
src/client/components/feature/ProductListSlider/ProductListSlider.tsx:15
FunctionProductMediaListPreviewer
({ product })
src/client/components/product/ProductMediaListPreviewer/ProductMediaListPreviewer.tsx:16
FunctionProductOfferLabel
({ children, size })
src/client/components/product/ProductOfferLabel/ProductOfferLabel.tsx:12
FunctionProviders
({ children })
src/client/components/application/Providers/Providers.tsx:17
FunctionReviewList
({ reviews })
src/client/components/review/ReviewList/ReviewList.tsx:13
FunctionRoutes
()
src/client/components/application/Routes/Routes.tsx:12
FunctionSignInModal
()
src/client/components/modal/SignInModal/SignInModal.tsx:28
FunctionSignUpModal
()
src/client/components/modal/SignUpModal/SignUpModal.tsx:29
FunctionTextArea
({ label, ...rest })
src/client/components/foundation/TextArea/TextArea.tsx:9
FunctionTextInput
({ label, ...rest })
src/client/components/foundation/TextInput/TextInput.tsx:9
FunctionTop
()
src/client/pages/Top/Top.tsx:12
FunctionWidthRestriction
({ children })
src/client/components/foundation/WidthRestriction/WidthRestriction.tsx:11
FunctionactionButtonList
()
src/client/components/product/ProductPurchaseSeciton/ProductPurchaseSection.styles.ts:21
FunctionaddressForm
()
src/client/pages/Order/Order.styles.ts:18
FunctionaddressFormHeading
()
src/client/pages/Order/Order.styles.ts:25
Functionamount
()
src/client/components/product/ProductPurchaseSeciton/ProductPurchaseSection.styles.ts:8
FunctionavaterImage
()
src/client/components/review/ReviewList/ReviewList.styles.ts:15
FunctionbackToTopButtonWrapper
()
src/client/pages/OrderComplete/OrderComplete.styles.ts:50
Functionbackdrop
()
src/client/components/foundation/Modal/Modal.styles.ts:11
FunctioncardList
()
src/client/components/feature/ProductGridList/ProductGridList.styles.ts:3
FunctioncardListItem
()
src/client/components/feature/ProductGridList/ProductGridList.styles.ts:11
Functioncart
()
src/client/pages/Order/Order.styles.ts:7
FunctioncartHeading
()
src/client/pages/Order/Order.styles.ts:13
FunctioncheckIcon
()
src/client/components/product/ProductPurchaseSeciton/ProductPurchaseSection.styles.ts:17
Functioncomment
()
src/client/components/review/ReviewList/ReviewList.styles.ts:30
FunctioncommentTextAreaWrapper
()
src/client/components/review/ReviewSection/ReviewSection.styles.ts:9
MethodcomponentDidMount
()
src/client/components/foundation/GetDeviceType/GetDeviceType.tsx:24
MethodcomponentWillUnmount
()
src/client/components/foundation/GetDeviceType/GetDeviceType.tsx:28
next →1–100 of 275, ranked by callers