MCPcopy Create free account

hub / github.com/denvudd/plura / functions

Functions382 in github.com/denvudd/plura

↓ 212 callersFunctioncn
(...inputs: ClassValue[])
src/lib/utils.ts:5
↓ 27 callersFunctionuseModal
()
src/hooks/use-modal.tsx:6
↓ 24 callersFunctionconstructMetadata
({ title = "Plura - run your agency", description = "Plura - run your agency in just aone place", image
src/lib/utils.ts:47
↓ 24 callersFunctionsaveActivityLogsNotification
({ agencyId, description, subAccountId, }: { agencyId?: string; subAccountId?: string; description
src/queries/notifications.ts:8
↓ 22 callersFunctionlogger
(...args: any[])
src/lib/utils.ts:9
↓ 16 callersFunctionuseEditor
()
src/hooks/use-editor.tsx:4
↓ 15 callersFunctionhandleOnChanges
(e: any)
src/components/modules/editor/editor-tabs/SettingsTab.tsx:90
↓ 13 callersFunctionsetClose
()
src/components/providers/ModalProvider.tsx:61
↓ 13 callersFunctionsetOpen
(modal, fetch)
src/components/providers/ModalProvider.tsx:49
↓ 9 callersFunctionformatPrice
( price: number | string, options: { currency?: "USD" | "EUR" | "GBP" | "BDT"; maximumFractionDigi
src/lib/utils.ts:15
↓ 7 callersFunctiongetAuthUserDetails
()
src/queries/auth.ts:26
↓ 6 callersFunctiongetSubAccountDetails
(subAccountId: string)
src/queries/subaccount.ts:7
↓ 5 callersFunctiongetAgencyDetails
(agencyId: string)
src/queries/agency.ts:8
↓ 5 callersFunctionupsertFunnelPage
( subAccountId: string, funnelId: string, funnelPage: Prisma.FunnelPageCreateWithoutFunnelInput )
src/queries/funnels.ts:75
↓ 4 callersFunctionuseCarousel
()
src/components/ui/carousel.tsx:35
↓ 4 callersFunctionuseFormField
()
src/components/ui/form.tsx:42
↓ 4 callersFunctionverifyInvintation
()
src/queries/invintations.ts:50
↓ 3 callersFunctiongetFunnel
(funnelId: string)
src/queries/funnels.ts:22
↓ 3 callersFunctiongetFunnels
(subAccountId: string)
src/queries/funnels.ts:9
↓ 2 callersFunctionformatTextOnKeyboard
( keyboardEvent: React.KeyboardEvent, editor: Editor, dispatch: (value: EditorAction) => void )
src/lib/editor/utils.ts:4
↓ 2 callersFunctionformatTotal
(tickets: { value: Decimal | null }[])
src/app/(main)/subaccount/[subaccountId]/contacts/page.tsx:38
↓ 2 callersFunctiongetAuthUser
(email: string)
src/queries/auth.ts:8
↓ 2 callersFunctiongetDomainContent
(subDomainName: string)
src/queries/domain.ts:5
↓ 2 callersFunctiongetMedia
(subAccountId: string)
src/queries/media.ts:6
↓ 2 callersFunctiongetNotification
(agencyId: string)
src/queries/notifications.ts:112
↓ 2 callersFunctiongetPipelineDetails
(pipelineId: string)
src/queries/pipelines.ts:35
↓ 2 callersFunctiongetStripe
(connectedAccountId?: string)
src/lib/stripe/stripe-client.ts:5
↓ 2 callersFunctiongetStripeOAuthLink
( accountType: "agency" | "subaccount", state: string )
src/lib/utils.ts:40
↓ 2 callersFunctiongetUserPipelines
(subAccountId: string)
src/queries/pipelines.ts:8
↓ 2 callersFunctionsearchContacts
(searchTerms: string)
src/queries/contacts.ts:7
↓ 2 callersFunctionupdateTicketsOrder
(tickets: Ticket[])
src/queries/lanes.ts:53
↓ 2 callersFunctionupsertContact
( contact: Prisma.ContactUncheckedCreateInput )
src/queries/contacts.ts:43
↓ 1 callersFunctionaddAnimation
()
src/components/modules/landing/InfiniteMovingCard.tsx:29
↓ 1 callersFunctionaddElement
( elements: EditorElement[], action: EditorAction )
src/components/providers/EditorProvider.tsx:46
↓ 1 callersFunctionaddVerifyElement
( componentType: EditorBtns, id: string, dispatch: (value: EditorAction) => void )
src/lib/editor/add-verify-element.tsx:5
↓ 1 callersFunctionchangeUserPermissions
( permissionId: string | undefined, userEmail: string, subAccountId: string, access: boolean )
src/queries/permissions.ts:27
↓ 1 callersFunctioncheckMobile
()
src/components/modules/landing/HeroContainerScroll.tsx:17
↓ 1 callersFunctioncreateMedia
( subAccountId: string, mediaFiles: CreateMediaType )
src/queries/media.ts:19
↓ 1 callersFunctioncreatePipeline
(subAccountId: string)
src/queries/pipelines.ts:45
↓ 1 callersFunctioncreateSecret
()
src/app/(main)/agency/[agencyId]/billing/_components/SubscriptionFormWrapper.tsx:53
↓ 1 callersFunctioncreateTeamUser
(agencyId: string, user: User)
src/queries/auth.ts:87
↓ 1 callersFunctiondeleteAgency
(agencyId: string)
src/queries/agency.ts:41
↓ 1 callersFunctiondeleteElement
(elements: EditorElement[], action: EditorAction)
src/components/providers/EditorProvider.tsx:105
↓ 1 callersFunctiondeleteFunnelPage
(funnelPageId: string)
src/queries/funnels.ts:110
↓ 1 callersFunctiondeleteLane
(laneId: string)
src/queries/lanes.ts:73
↓ 1 callersFunctiondeleteMedia
(mediaId: string)
src/queries/media.ts:36
↓ 1 callersFunctiondeletePipeline
(pipelineId: string)
src/queries/pipelines.ts:74
↓ 1 callersFunctiondeleteSubAccount
(subAccountId: string)
src/queries/subaccount.ts:141
↓ 1 callersFunctiondeleteTag
(tagId: string)
src/queries/tags.ts:36
↓ 1 callersFunctiondeleteTicket
(ticketId: string)
src/queries/tickets.ts:86
↓ 1 callersFunctiondeleteUser
(userId: string)
src/queries/auth.ts:75
↓ 1 callersFunctionfetchContacts
()
src/components/forms/TicketDetails.tsx:113
↓ 1 callersFunctionfetchData
()
src/components/modules/pipelines/PipelineValue.tsx:39
↓ 1 callersFunctionfetchData
()
src/components/forms/TagDetails.tsx:61
↓ 1 callersFunctionfetchDetails
()
src/components/forms/UserDetails.tsx:92
↓ 1 callersFunctionfetchFunnel
()
src/components/modules/editor/editor-elements/EditorPayment.tsx:62
↓ 1 callersFunctionfetchMedia
()
src/components/modules/editor/editor-tabs/MediaTab.tsx:20
↓ 1 callersFunctionfetchSubAccountConnectedId
()
src/components/modules/editor/editor-elements/EditorPayment.tsx:46
↓ 1 callersFunctionfetchTeamMembers
()
src/components/forms/TicketDetails.tsx:91
↓ 1 callersFunctiongetAddOnsProducts
()
src/lib/stripe/stripe-actions.ts:68
↓ 1 callersFunctiongetAgencySubscription
(agencyId: string)
src/queries/agency.ts:109
↓ 1 callersFunctiongetAuthUserGroup
(agencyId: string)
src/queries/auth.ts:59
↓ 1 callersFunctiongetCharges
(customerId: string | undefined)
src/lib/stripe/stripe-actions.ts:86
↓ 1 callersFunctiongetClientSecret
()
src/components/modules/editor/editor-elements/EditorPayment.tsx:77
↓ 1 callersFunctiongetConnectAccountProducts
(stripeAccount: string)
src/lib/stripe/stripe-actions.ts:54
↓ 1 callersFunctiongetDirection
()
src/components/modules/landing/InfiniteMovingCard.tsx:45
↓ 1 callersFunctiongetFunnelPageDetails
(funnelPageId: string)
src/queries/funnels.ts:120
↓ 1 callersFunctiongetLanesWithTicketsAndTags
(pipelineId: string)
src/queries/lanes.ts:9
↓ 1 callersFunctiongetPermissions
()
src/components/forms/UserDetails.tsx:106
↓ 1 callersFunctiongetPipelines
(subAccountId: string)
src/queries/pipelines.ts:18
↓ 1 callersFunctiongetPrices
()
src/lib/stripe/stripe-actions.ts:77
↓ 1 callersFunctiongetSpeed
()
src/components/modules/landing/InfiniteMovingCard.tsx:60
↓ 1 callersFunctiongetSubAccountTeamMembers
(subAccountId: string)
src/queries/subaccount.ts:118
↓ 1 callersFunctiongetSubAccountWithContacts
(subAccountId: string)
src/queries/contacts.ts:19
↓ 1 callersFunctiongetSubAccountsByAgency
(agencyId: string)
src/queries/subaccount.ts:17
↓ 1 callersFunctiongetTagsForSubAccount
(subAccountId: string)
src/queries/tags.ts:26
↓ 1 callersFunctiongetUserWithPermissionsAndSubAccount
(userId: string)
src/queries/permissions.ts:6
↓ 1 callersFunctiongoToNextPage
()
src/components/modules/editor/editor-elements/EditorContact.tsx:44
↓ 1 callersFunctionhandleAddProduct
(product: Stripe.Product)
src/components/modules/funnels/FunnelProductsTable.tsx:61
↓ 1 callersFunctionhandleAddSelections
(tag: TagType)
src/components/forms/TagDetails.tsx:82
↓ 1 callersFunctionhandleDeleteSelection
(tagId: string)
src/components/forms/TagDetails.tsx:77
↓ 1 callersFunctionhandleDeleteTag
(tagId: string)
src/components/forms/TagDetails.tsx:128
↓ 1 callersFunctionhandlePreviewClick
()
src/components/modules/editor/FunnelEditorNavigation.tsx:86
↓ 1 callersFunctionhandleRedo
()
src/components/modules/editor/FunnelEditorNavigation.tsx:95
↓ 1 callersFunctionhandleSave
()
src/components/modules/editor/FunnelEditorNavigation.tsx:99
↓ 1 callersFunctionhandleSaveTabStorage
(tab: TabsName)
src/components/modules/editor/FunnelEditorSidebar.tsx:35
↓ 1 callersFunctionhandleUndo
()
src/components/modules/editor/FunnelEditorNavigation.tsx:91
↓ 1 callersFunctioninitUser
(newUser: Partial<User>)
src/queries/auth.ts:99
↓ 1 callersFunctiononChangePermission
( subAccountId: string, access: boolean, permissionId: string | undefined )
src/components/forms/UserDetails.tsx:174
↓ 1 callersFunctionrenderWords
()
src/components/modules/landing/TypewriterEffect.tsx:47
↓ 1 callersFunctionscaleDimensions
()
src/components/modules/landing/HeroContainerScroll.tsx:27
↓ 1 callersFunctionsendInvitation
( role: Role, email: string, agencyId: string )
src/queries/invintations.ts:13
↓ 1 callersFunctionsubscriptionCreate
( subscription: Stripe.Subscription, customerId: string, )
src/lib/stripe/stripe-actions.ts:10
↓ 1 callersFunctionupdateAgencyConnectedId
( agencyId: string, connectAccountId: string )
src/queries/agency.ts:123
↓ 1 callersFunctionupdateAgencyDetails
( agencyId: string, agencyDetails: Partial<Agency> )
src/queries/agency.ts:27
↓ 1 callersFunctionupdateElement
( elements: EditorElement[], action: EditorAction )
src/components/providers/EditorProvider.tsx:77
↓ 1 callersFunctionupdateFunnelPageVisits
(funnelPageId: string)
src/queries/funnels.ts:130
↓ 1 callersFunctionupdateFunnelProducts
( products: string, funnelId: string )
src/queries/funnels.ts:59
↓ 1 callersFunctionupdateLanesOrder
(lanes: Lane[])
src/queries/lanes.ts:34
↓ 1 callersFunctionupdateSubAccountConnectedId
( subAccountId: string, connectAccountId: string )
src/queries/subaccount.ts:156
next →1–100 of 382, ranked by callers