Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CyberAgentHack/web-speed-hackathon-2023
/ functions
Functions
275 in github.com/CyberAgentHack/web-speed-hackathon-2023
⨍
Functions
275
◇
Types & classes
29
↓ 19 callers
Function
rootResolve
(...paths: string[])
src/server/utils/root_resolve.ts:5
↓ 12 callers
Function
insert
(entities: unknown[])
tools/seed.ts:122
↓ 6 callers
Function
useAuthUser
()
src/client/hooks/useAuthUser.ts:6
↓ 4 callers
Function
useOpenModal
()
src/client/store/modal/hooks.ts:12
↓ 3 callers
Function
getFileList
(parent: string)
tools/get_file_list.ts:4
↓ 3 callers
Function
useActiveOffer
(product: ProductFragmentResponse | undefined)
src/client/hooks/useActiveOffer.ts:6
↓ 2 callers
Function
chunk
(array: T[], size: number)
tools/seed.ts:110
↓ 2 callers
Function
getActiveOffer
( offers: LimitedTimeOfferFragmentResponse[], )
src/client/utils/get_active_offer.ts:3
↓ 2 callers
Function
getMediaType
(filename: string)
src/client/utils/get_media_type.ts:3
↓ 2 callers
Function
initializeDatabase
()
src/server/utils/initialize_database.ts:5
↓ 2 callers
Function
loadFonts
()
src/client/utils/load_fonts.ts:28
↓ 2 callers
Function
normalizeCartItemCount
(item: number)
src/client/utils/normalize_cart_item.ts:3
↓ 2 callers
Function
useCloseModal
()
src/client/store/modal/hooks.ts:20
↓ 2 callers
Function
useIsOpenModal
(key: ModalKey)
src/client/store/modal/hooks.ts:6
↓ 2 callers
Function
useRecommendation
()
src/client/hooks/useRecommendation.ts:6
↓ 2 callers
Function
useUpdateCartItem
()
src/client/hooks/useUpdateCartItems.ts:7
↓ 1 callers
Method
_checkIsDesktop
()
src/client/components/foundation/GetDeviceType/GetDeviceType.tsx:34
↓ 1 callers
Function
getPublicFileList
(targetPath: string)
vite.config.ts:12
↓ 1 callers
Function
init
()
src/server/index.ts:21
↓ 1 callers
Function
initializeApolloServer
()
src/server/graphql/index.ts:22
↓ 1 callers
Function
injectGlobalStyle
()
src/client/global.styles.ts:4
↓ 1 callers
Function
load
()
src/client/pages/NotFound/NotFound.tsx:14
↓ 1 callers
Function
loadImageAsDataURL
(url: string)
src/client/components/product/ProductHeroImage/ProductHeroImage.tsx:16
↓ 1 callers
Function
loadThumbnail
(url: string)
src/client/components/product/ProductMediaListPreviewer/MediaItem/loadThumbnail.ts:1
↓ 1 callers
Method
render
()
src/client/components/foundation/GetDeviceType/GetDeviceType.tsx:41
↓ 1 callers
Function
renderActiveOffer
()
src/client/components/product/ProductOverview/ProductOverview.tsx:21
↓ 1 callers
Function
renderContents
()
src/client/pages/Order/Order.tsx:32
↓ 1 callers
Function
seed
()
tools/seed.ts:346
↓ 1 callers
Function
seedFeatureSections
({ products }: { products: Product[] })
tools/seed.ts:263
↓ 1 callers
Function
seedMediaFiles
()
tools/seed.ts:130
↓ 1 callers
Function
seedOrders
({ products, users }: { users: User[]; products: Product[] })
tools/seed.ts:324
↓ 1 callers
Function
seedProducts
({ mediaList }: { mediaList: MediaFile[] })
tools/seed.ts:185
↓ 1 callers
Function
seedReviews
({ products, users }: { users: User[]; products: Product[] })
tools/seed.ts:288
↓ 1 callers
Function
seedUsers
({ mediaList }: { mediaList: MediaFile[] })
tools/seed.ts:152
↓ 1 callers
Function
signIn
()
src/client/components/product/ProductPurchaseSeciton/ProductPurchaseSection.styles.ts:34
↓ 1 callers
Function
useAmountInCart
(productId: number)
src/client/hooks/useAmountInCart.ts:3
↓ 1 callers
Function
useFeatures
()
src/client/hooks/useFeatures.ts:6
↓ 1 callers
Function
useOrder
()
src/client/hooks/useOrder.ts:3
↓ 1 callers
Function
useProduct
(productId: number)
src/client/hooks/useProduct.ts:7
↓ 1 callers
Function
useReviews
(productId: number | undefined)
src/client/hooks/useReviews.ts:8
↓ 1 callers
Function
useScrollToTop
()
src/client/components/application/Routes/hooks/useScrollToTop.ts:4
↓ 1 callers
Function
useSendReview
()
src/client/hooks/useSendReview.ts:7
↓ 1 callers
Function
useSignIn
()
src/client/hooks/useSignIn.ts:5
↓ 1 callers
Function
useSignUp
()
src/client/hooks/useSignUp.ts:5
↓ 1 callers
Function
useSlider
({ items }: { items: unknown[] })
src/client/components/feature/ProductListSlider/hooks/useSlider.ts:6
↓ 1 callers
Function
useSubmitOrder
()
src/client/hooks/useSubmitOrder.ts:7
↓ 1 callers
Function
useTotalPrice
(order: OrderFragmentResponse)
src/client/hooks/useTotalPrice.ts:6
Function
Anchor
({ children, href, ...rest })
src/client/components/foundation/Anchor/Anchor.tsx:7
Function
App
()
src/client/components/application/App/App.tsx:8
Function
AspectRatio
({ children, ratioHeight, ratioWidth })
src/client/components/foundation/AspectRatio/AspectRatio.tsx:13
Function
Backdrop
(props)
src/client/components/foundation/Modal/Modal.tsx:6
Function
CartItem
({ item, onRemove, onUpdate })
src/client/components/order/CartItem/CartItem.tsx:23
Function
Fallback
()
src/client/pages/Fallback/Fallback.tsx:8
Function
Footer
()
src/client/components/navigators/Footer/Footer.tsx:12
Function
Header
()
src/client/components/navigators/Header/Header.tsx:11
Function
Icon
({ color, height, type, width })
src/client/components/foundation/Icon/Icon.tsx:14
Function
Image
({ fill, ...rest })
src/client/components/foundation/Image/Image.tsx:10
Function
Layout
({ children })
src/client/components/application/Layout/Layout.tsx:12
Function
MediaItem
({ file })
src/client/components/product/ProductMediaListPreviewer/MediaItem/MediaItem.tsx:16
Function
MediaItemPreviewer
({ file })
src/client/components/product/ProductMediaListPreviewer/MediaItemPreviewer/MediaItemPreviewer.tsx:15
Function
Modal
({ children, onHide, show })
src/client/components/foundation/Modal/Modal.tsx:14
Function
NotFound
()
src/client/pages/NotFound/NotFound.tsx:10
Function
Order
()
src/client/pages/Order/Order.tsx:16
Function
OrderComplete
()
src/client/pages/OrderComplete/OrderComplete.tsx:19
Function
OrderForm
({ onSubmit })
src/client/components/order/OrderForm/OrderForm.tsx:22
Function
OutlineButton
({ children, size, ...rest })
src/client/components/foundation/OutlineButton/OutlineButton.tsx:11
Function
PrimaryAnchor
({ children, href, size })
src/client/components/foundation/PrimaryAnchor/PrimaryAnchor.tsx:15
Function
PrimaryButton
({ children, size, ...rest })
src/client/components/foundation/PrimaryButton/PrimaryButton.tsx:11
Function
ProductCard
({ product })
src/client/components/feature/ProductCard/ProductCard.tsx:17
Function
ProductDetail
()
src/client/pages/ProductDetail/ProductDetail.tsx:23
Function
ProductGridList
({ featureSection })
src/client/components/feature/ProductGridList/ProductGridList.tsx:12
Function
ProductListSlideButton
({ arrowType, disabled, onClick })
src/client/components/feature/ProductListSlideButton/ProductListSlideButton.tsx:20
Function
ProductListSlider
({ featureSection })
src/client/components/feature/ProductListSlider/ProductListSlider.tsx:15
Function
ProductMediaListPreviewer
({ product })
src/client/components/product/ProductMediaListPreviewer/ProductMediaListPreviewer.tsx:16
Function
ProductOfferLabel
({ children, size })
src/client/components/product/ProductOfferLabel/ProductOfferLabel.tsx:12
Function
Providers
({ children })
src/client/components/application/Providers/Providers.tsx:17
Function
ReviewList
({ reviews })
src/client/components/review/ReviewList/ReviewList.tsx:13
Function
Routes
()
src/client/components/application/Routes/Routes.tsx:12
Function
SignInModal
()
src/client/components/modal/SignInModal/SignInModal.tsx:28
Function
SignUpModal
()
src/client/components/modal/SignUpModal/SignUpModal.tsx:29
Function
TextArea
({ label, ...rest })
src/client/components/foundation/TextArea/TextArea.tsx:9
Function
TextInput
({ label, ...rest })
src/client/components/foundation/TextInput/TextInput.tsx:9
Function
Top
()
src/client/pages/Top/Top.tsx:12
Function
WidthRestriction
({ children })
src/client/components/foundation/WidthRestriction/WidthRestriction.tsx:11
Function
actionButtonList
()
src/client/components/product/ProductPurchaseSeciton/ProductPurchaseSection.styles.ts:21
Function
addressForm
()
src/client/pages/Order/Order.styles.ts:18
Function
addressFormHeading
()
src/client/pages/Order/Order.styles.ts:25
Function
amount
()
src/client/components/product/ProductPurchaseSeciton/ProductPurchaseSection.styles.ts:8
Function
avaterImage
()
src/client/components/review/ReviewList/ReviewList.styles.ts:15
Function
backToTopButtonWrapper
()
src/client/pages/OrderComplete/OrderComplete.styles.ts:50
Function
backdrop
()
src/client/components/foundation/Modal/Modal.styles.ts:11
Function
cardList
()
src/client/components/feature/ProductGridList/ProductGridList.styles.ts:3
Function
cardListItem
()
src/client/components/feature/ProductGridList/ProductGridList.styles.ts:11
Function
cart
()
src/client/pages/Order/Order.styles.ts:7
Function
cartHeading
()
src/client/pages/Order/Order.styles.ts:13
Function
checkIcon
()
src/client/components/product/ProductPurchaseSeciton/ProductPurchaseSection.styles.ts:17
Function
comment
()
src/client/components/review/ReviewList/ReviewList.styles.ts:30
Function
commentTextAreaWrapper
()
src/client/components/review/ReviewSection/ReviewSection.styles.ts:9
Method
componentDidMount
()
src/client/components/foundation/GetDeviceType/GetDeviceType.tsx:24
Method
componentWillUnmount
()
src/client/components/foundation/GetDeviceType/GetDeviceType.tsx:28
next →
1–100 of 275, ranked by callers