MCPcopy Create free account

hub / github.com/CrystallizeAPI/furniture-remix / functions

Functions289 in github.com/CrystallizeAPI/furniture-remix

↓ 68 callersFunctionuseAppContext
()
application/src/ui/app-context/provider.tsx:52
↓ 42 callersFunctiongetStoreFront
(hostname: string)
application/src/use-cases/storefront.server.ts:34
↓ 41 callersFunctiongetContext
(request: Request)
application/src/use-cases/http/utils.ts:37
↓ 26 callersFunctionServiceAPI
({ locale, language, serviceApiUrl }: ServiceAPIContext)
application/src/use-cases/service-api/index.ts:29
↓ 23 callersFunctionuseLocalCart
()
application/src/ui/hooks/useLocalCart.ts:14
↓ 18 callersFunctionbuildLanguageMarketAwareLink
(path: string, language: string, market?: string)
application/src/use-cases/LanguageAndMarket.ts:175
↓ 16 callersFunctionStoreFrontAwaretHttpCacheHeaderTagger
( maxAge: string, sharedMaxAge: string, tags: string[], prefix: string = '', )
application/src/use-cases/http/cache.ts:167
↓ 14 callersFunctionHttpCacheHeaderTaggerFromLoader
( loader: Headers, )
application/src/use-cases/http/cache.ts:76
↓ 14 callersFunctionstringForSingleLineComponentWithId
(components: any[], id: string)
application/src/use-cases/mapper/api-mappers.ts:3
↓ 13 callersFunctionDataMapper
(context?: DataMapperContext)
application/src/use-cases/mapper/index.ts:24
↓ 12 callersFunctionfetchOrderIntent
( cartId: string, { apiClient }: Deps, )
application/src/use-cases/crystallize/read/fetchOrderIntent.ts:8
↓ 12 callersFunctionisImmutable
()
application/src/ui/hooks/useLocalCart.ts:22
↓ 12 callersFunctionparse
(duration: string, format: string)
application/src/use-cases/http/cache.ts:2
↓ 10 callersFunctionauthenticatedUser
(request: Request)
application/src/core/authentication.server.ts:30
↓ 10 callersFunctionchunksForChunkComponentWithId
(components: any[], id: string)
application/src/use-cases/mapper/api-mappers.ts:63
↓ 10 callersFunctionvalidatePayload
(payload: unknown, schema: any | null)
application/src/use-cases/http/utils.ts:55
↓ 9 callersFunctionmarketIdentifiersForUser
(user: any)
application/src/use-cases/marketIdentifiersForUser.ts:1
↓ 8 callersFunctionprivateJson
(data: any, init?: number | ResponseInit)
application/src/core/bridge/privateJson.server.ts:3
↓ 7 callersFunctionCrystallizeAPI
({ apiClient, language, locale = language, isPreview = false, }: CrystallizeAPIContext)
application/src/use-cases/crystallize/read/index.ts:29
↓ 7 callersFunctionbuildMetas
(data: any)
application/src/use-cases/MicrodataBuilder.ts:1
↓ 7 callersFunctiongetCurrencyFromCode
(code: CurrencyCode | string)
application/src/use-cases/contracts/Currency.ts:191
↓ 7 callersFunctionlog
(message)
application/public/sw.js:3
↓ 6 callersFunctionexcecute
(method: string, flow: string, callback: (result: any) => void)
application/src/ui/components/payments/vipps.tsx:53
↓ 6 callersFunctionflattenRichText
(richText?: RichText)
application/src/use-cases/mapper/api-mappers.ts:110
↓ 6 callersFunctionitemsForItemRelationComponentWithId
(components: any[], id: string)
application/src/use-cases/mapper/api-mappers.ts:80
↓ 6 callersFunctionnumericValueForComponentWithId
(components: any[], id: string)
application/src/use-cases/mapper/api-mappers.ts:104
↓ 6 callersFunctionupdate
(cart: LocalCart)
application/src/ui/hooks/useLocalCart.ts:16
↓ 5 callersFunctionchoiceComponentWithId
( components: any[], id: string, )
application/src/use-cases/mapper/api-mappers.ts:84
↓ 5 callersFunctioncomponentChoiceContent
( cellItem: any, id: string, choiceId: string, fallbackValue: any = undefined, )
application/src/ui/lib/grid-tile/grid.tsx:74
↓ 5 callersFunctiondisplayPriceFor
( variant: ProductVariant, identifiers: { default: string; discounted: string } = { default: '
application/src/use-cases/checkout/pricing.ts:13
↓ 4 callersFunctionauthenticate
(request: Request)
application/src/core/authentication.server.ts:4
↓ 4 callersFunctioncomponentContent
(cellItem: any, id: string, fallbackValue: any = undefined)
application/src/ui/lib/grid-tile/grid.tsx:69
↓ 4 callersFunctionfetchCart
(cartId: string, { apiClient }: Deps)
application/src/use-cases/crystallize/read/fetchCart.ts:9
↓ 4 callersFunctionplaceCart
( serviceApiUrl: string, language: string, cart: LocalCart, customer: Partial<Customer>, o
application/src/use-cases/service-api/index.ts:6
↓ 4 callersFunctionstringForRichTextComponentWithId
(components: any[], id: string)
application/src/use-cases/mapper/api-mappers.ts:7
↓ 4 callersFunctionunauthorized
(code: number)
application/src/core/authentication.server.ts:5
↓ 4 callersFunctionupdatePack
(previous: VariantPackItem, next: VariantPackItem)
application/src/ui/pages/CuratedStory.tsx:40
↓ 4 callersFunctionuseAuth
()
application/src/ui/hooks/useAuth.ts:9
↓ 4 callersFunctionuseRemoteCart
()
application/src/ui/hooks/useRemoteCart.ts:9
↓ 3 callersFunctioncomponentChunkContent
( cellItem: any, id: string, chunkId: string, fallbackValue: any = undefined, )
application/src/ui/lib/grid-tile/grid.tsx:84
↓ 3 callersFunctionconfigureStorage
(dsn: string, options: StorageOptions = {})
application/src/use-cases/storage.server.ts:52
↓ 3 callersFunctioncreateBody
(state: string)
application/src/use-cases/payments/vipps/vippsPipelineChanges.ts:28
↓ 3 callersFunctionfindMostSuitableVariant
(variants: ProductVariant[], attributes: Record<string, string>)
application/src/ui/components/variant-selector.tsx:19
↓ 3 callersFunctiongetKlarnaVariables
(currency: string, storefrontConfig?: TStoreFrontConfig)
application/src/use-cases/payments/klarna/utils.ts:4
↓ 3 callersFunctionhydrateCart
( items: Array<{ sku: string; quantity: number }>, { apiClient }: Deps, cartId?: string, marke
application/src/use-cases/crystallize/write/editCart.ts:14
↓ 3 callersFunctionparagraphsForParagraphCollectionComponentWithId
( components: any[], id: string, )
application/src/use-cases/mapper/api-mappers.ts:26
↓ 3 callersFunctionpollingUntil
( condition: (iteration: number) => Promise<boolean>, timeout: number = 3600000, increment: number
application/src/use-cases/polling.ts:1
↓ 3 callersFunctionroundId
(value: number)
application/src/use-cases/payments/vipps/handlePaymentAuthorized.ts:80
↓ 2 callersFunctionInitializeEmptyLocalCart
()
application/src/ui/hooks/useLocalCart.ts:5
↓ 2 callersFunctioncalculateDiscounts
(discounts: any)
application/src/ui/components/price.tsx:153
↓ 2 callersFunctioncreateMailer
(dsn: string)
application/src/use-cases/services.server.ts:8
↓ 2 callersFunctiongetKlarnaOrderInfos
(cart: Cart)
application/src/use-cases/payments/klarna/utils.ts:28
↓ 2 callersFunctiongetLocalStorage
(page: Page)
application/tests/checkout-flow.spec.ts:39
↓ 2 callersFunctiongetRequestBody
(query: typeof deleteOrderMutation | typeof orderQuery, id: string | null)
application/tests/checkout-flow.spec.ts:40
↓ 2 callersFunctiongetValueFromMeta
(key: string)
application/src/use-cases/mapper/API/orderIntentToPaymentCart.ts:6
↓ 2 callersFunctionisValidLanguageMarket
(language: string, market?: string)
application/src/use-cases/LanguageAndMarket.ts:165
↓ 2 callersFunctiononAttributeSelect
(key: string, value: string)
application/src/ui/components/variant-selector.tsx:35
↓ 2 callersFunctionrecursiveMap
(level: any, defaultType: string)
application/src/use-cases/mapper/API/fetchNavigationToTree.ts:3
↓ 2 callersFunctionsetInnerPadding
()
application/src/ui/components/grid/tiles/slider.tsx:22
↓ 2 callersFunctiontriggerKlarna
(method: KlarnaMethod)
application/src/ui/components/payments/klarna.tsx:49
↓ 2 callersFunctionunit
(str: keyof typeof ratios)
application/src/use-cases/http/cache.ts:41
↓ 2 callersFunctionupdateCartInfo
(cartInfo: any, from: string)
application/src/ui/hooks/useRemoteCart.ts:28
↓ 1 callersFunctionHttpCacheHeaderTagger
( maxAge: string, sharedMaxAge: string, tags: string[], )
application/src/use-cases/http/cache.ts:107
↓ 1 callersFunctionbuildSchemaMarkup
(product: Product)
application/src/use-cases/SchemaMarkupBuilder.ts:3
↓ 1 callersFunctionbuildSchemaMarkupForBlogPost
(data: any, url?: any)
application/src/use-cases/SchemaMarkupBuilder.ts:14
↓ 1 callersFunctionbuildStoreFrontConfiguration
( locale: string, serviceApiUrl: string, storeFrontConfig: TStoreFrontConfig, tenantConfig: Te
application/src/use-cases/storefront.server.ts:134
↓ 1 callersFunctioncanFetch
(request)
application/public/sw.js:37
↓ 1 callersFunctioncreateMemoryStorageEngine
(options: StorageOptions = {})
application/src/use-cases/storage.server.ts:25
↓ 1 callersFunctioncreateRedisStorageEngine
(dsn: string | undefined, options: StorageOptions = {})
application/src/use-cases/storage.server.ts:4
↓ 1 callersFunctiondocumentToCuratedStory
(mapper: DataMapperInterface, data: any)
application/src/use-cases/mapper/API/fetchDocumentToStory.ts:64
↓ 1 callersFunctiondocumentToStory
(mapper: DataMapperInterface, data: any)
application/src/use-cases/mapper/API/fetchDocumentToStory.ts:22
↓ 1 callersFunctionfetchImageBuffer
(url: string)
application/src/core/favicon.server.tsx:22
↓ 1 callersFunctionflattenRecursive
(obj: any, parentProperty?: string, propertyMap: Record<string, unknown> = {})
application/src/use-cases/fetchTranslations.server.ts:6
↓ 1 callersFunctionfulfillCart
(cartId: string, orderId: string, { apiClient }: Deps)
application/src/use-cases/crystallize/write/editCart.ts:98
↓ 1 callersFunctiongenerateFavicon
(original: sharp.Sharp, options: FaviconOptions)
application/src/core/favicon.server.tsx:32
↓ 1 callersFunctiongetHost
(request: Request)
application/src/use-cases/http/utils.ts:15
↓ 1 callersFunctiongetLogoForRequestTenant
(storeFront: TStoreFront)
application/src/core/favicon.server.tsx:15
↓ 1 callersFunctiongetSymbolFromCode
(code: CurrencyCode)
application/src/use-cases/contracts/Currency.ts:184
↓ 1 callersFunctiongroupByKey
(locations: any[] | undefined, key: string)
application/src/ui/components/payments/montonio.tsx:104
↓ 1 callersFunctionhandleChange
(event: React.ChangeEvent<HTMLInputElement>)
application/src/ui/components/search/search-bar.tsx:34
↓ 1 callersFunctionhandleClick
()
application/src/ui/components/add-to-cart-button.tsx:25
↓ 1 callersFunctioninitializeDintero
()
application/src/ui/components/payments/dintero.tsx:83
↓ 1 callersFunctioninitiateState
(initialState: InitialState)
application/src/ui/app-context/provider.tsx:14
↓ 1 callersFunctionisSecure
(request: Request)
application/src/use-cases/http/utils.ts:11
↓ 1 callersFunctionisValidLanguage
(language: string)
application/src/use-cases/LanguageAndMarket.ts:153
↓ 1 callersFunctionisValidMarket
(market?: string)
application/src/use-cases/LanguageAndMarket.ts:155
↓ 1 callersFunctionloadCheckoutForm
(data: any)
application/src/ui/components/payments/adyen.tsx:49
↓ 1 callersFunctionmapToReducerActions
(dispatch: Dispatch)
application/src/ui/app-context/reducer.ts:23
↓ 1 callersFunctionnormalizeTile
(cellItem: any)
application/src/ui/lib/grid-tile/grid.tsx:95
↓ 1 callersFunctionorderDate
(date: any)
application/src/ui/pages/Orders.tsx:17
↓ 1 callersFunctionreduceAttributes
(variants: ProductVariant[])
application/src/ui/components/variant-selector.tsx:4
↓ 1 callersFunctionsectionsForPropertyTableComponentWithId
(components: any[], id: string)
application/src/use-cases/mapper/api-mappers.ts:38
↓ 1 callersFunctionsendPaidOrderWithCrystalCard
( serviceApiUrl: string, language: string, cart: LocalCart, customer: Partial<Customer>, c
application/src/use-cases/service-api/payments/crystal.ts:22
↓ 1 callersFunctionsendPaidOrderWithCrystalCoin
( serviceApiUrl: string, language: string, cart: LocalCart, customer: Partial<Customer>, )
application/src/use-cases/service-api/payments/crystal.ts:8
↓ 1 callersFunctionsetCartCustomer
(cartId: string, customer: any, isGuest: boolean, { apiClient }: Deps)
application/src/use-cases/crystallize/write/editCart.ts:116
↓ 1 callersFunctionsharpFromImageBuffer
(buffer: Buffer)
application/src/core/favicon.server.tsx:56
↓ 1 callersFunctiontoFlatPropertyMap
(obj: any, keySeparator = '.')
application/src/use-cases/fetchTranslations.server.ts:5
↓ 1 callersFunctiontriggerDintero
()
application/src/ui/components/payments/dintero.tsx:46
↓ 1 callersFunctiontriggerRazorpay
()
application/src/ui/components/payments/razorpay.tsx:42
↓ 1 callersFunctionuseAppContextDispatch
()
application/src/ui/app-context/provider.tsx:44
next →1–100 of 289, ranked by callers