MCPcopy Create free account

hub / github.com/amanbairagi30/merged-n-share / functions

Functions136 in github.com/amanbairagi30/merged-n-share

↓ 49 callersFunctioncn
(...inputs: ClassValue[])
src/lib/utils.ts:4
↓ 4 callersFunctioncreateFloatingAnimation
(delay: number)
src/components/Hero.tsx:48
↓ 4 callersFunctiongetUserProfile
(username: string | undefined)
src/lib/profile.ts:3
↓ 3 callersFunctiongetCodeString
(tab: 'html' | 'reactjs' | 'nextjs')
src/app/work/embed/page.tsx:40
↓ 3 callersFunctiongetPayloadConfigFromPayload
( config: ChartConfig, payload: unknown, key: string, )
src/components/ui/chart.tsx:325
↓ 2 callersFunctiongetAllPullrequests
()
src/app/work/my-pr/page.tsx:164
↓ 2 callersFunctionuseChart
()
src/components/ui/chart.tsx:32
↓ 1 callersFunctioncapitalizeFirstLetter
(str: string)
src/util/index.ts:1
↓ 1 callersFunctioncheckIfAnyPRMatches
()
src/components/PRListings.tsx:26
↓ 1 callersFunctionextractAmount
(comment: string)
src/app/work/my-pr/page.tsx:183
↓ 1 callersFunctionfetchApprovedOrganisations
()
src/app/work/organisations/page.tsx:128
↓ 1 callersFunctionfetchData
()
src/app/hooks/useUserData.tsx:7
↓ 1 callersFunctionfetchLeaderBoard
()
src/app/work/leaderboard/page.tsx:14
↓ 1 callersFunctionfetchOrganisations
()
src/app/work/my-pr/page.tsx:148
↓ 1 callersFunctionfetchPRs
(username: string | undefined, orgName: string)
src/app/actions/fetchPRs.ts:5
↓ 1 callersFunctionfetchViewsData
()
src/components/profile-views-chart.tsx:44
↓ 1 callersFunctiongetPRData
()
src/app/work/profile/page.tsx:26
↓ 1 callersFunctiongetPRPointsByBounty
(bountyAmount: number)
src/app/api/pr/route.ts:7
↓ 1 callersFunctiongetTotalViews
(userId: string | undefined)
src/lib/profile.ts:31
↓ 1 callersFunctiongetUserData
()
src/components/ProfileSwitch.tsx:8
↓ 1 callersFunctiongetUserDetails
()
src/components/ProfileEditForm.tsx:84
↓ 1 callersFunctionhandleFetchPRDetails
()
src/app/work/my-pr/page.tsx:55
↓ 1 callersFunctionheaders
()
next.config.mjs:13
↓ 1 callersFunctionisBountyComment
(comment: string)
src/app/work/my-pr/page.tsx:179
↓ 1 callersFunctionprismaClientSingleton
()
src/lib/db.ts:3
↓ 1 callersFunctionrecordView
()
src/components/profile-view.tsx:17
↓ 1 callersFunctionsavePRsInDatabase
(prs: any[])
src/app/work/my-pr/page.tsx:190
↓ 1 callersFunctionupdateUserContributedOrgs
(userId: any, orgIds: any[])
src/app/actions/userAction.ts:5
↓ 1 callersFunctionupdatedUserProfile
(e: boolean)
src/components/ProfileSwitch.tsx:22
↓ 1 callersFunctionuseDebounce
(value: string, delay: number)
src/app/hooks/useDebounce.ts:4
↓ 1 callersFunctionuseUserData
()
src/app/hooks/useUserData.tsx:3
FunctionAlertBox
({ icon, title, message }: AlertBoxProps)
src/components/alert-box.tsx:9
FunctionAuxiliaryProvider
({ children, }: { children: ReactNode; })
src/components/AuxiliaryProvider.tsx:6
FunctionAvatarCircles
({ numPeople, className, avatarUrls, }: AvatarCirclesProps)
src/components/ui/avatar-circle.tsx:19
FunctionBadge
({ className, variant, ...props }: BadgeProps)
src/components/ui/badge.tsx:29
FunctionCard
({ icon: Icon, title, description, svgPaths, isComingSoon, }: any)
src/components/features.tsx:7
FunctionChartStyle
({ id, config }: { id: string; config: ChartConfig })
src/components/ui/chart.tsx:75
FunctionCodeBlock
({ code, language }: CodeBlockProps)
src/components/code-block.tsx:12
FunctionContributedOrg
({ contributions }: ContributionType)
src/components/ContributedOrg.tsx:10
FunctionDELETE
(req: Request)
src/app/api/pr/route.ts:143
FunctionDashboard
()
src/app/work/dashboard/page.tsx:17
FunctionDesktopScreen
()
src/components/desktop-screen.tsx:3
FunctionDialogFooter
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
src/components/ui/dialog.tsx:70
FunctionDialogHeader
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
src/components/ui/dialog.tsx:56
FunctionEmbed
()
src/app/work/embed/page.tsx:25
FunctionFeatures
()
src/components/features.tsx:116
FunctionFooter
()
src/components/footer.tsx:7
FunctionFrameworkList
({ frameworks }: FrameworkListProps)
src/components/frameworks-list.tsx:14
FunctionGET
(req: Request)
src/app/api/organisation/route.ts:73
FunctionGET
(req: Request)
src/app/api/user/route.ts:65
FunctionGET
(req: Request)
src/app/api/leaderboard/route.ts:4
FunctionGET
(req: Request)
src/app/api/og-images/public-profile/route.tsx:5
FunctionGET
()
src/app/api/og-images/root/route.tsx:5
FunctionGET
(req: NextRequest)
src/app/api/analytics/route.ts:75
FunctionGET
(req: Request)
src/app/api/pr/route.ts:28
FunctionGET
( req: NextRequest, { params: { username } }: { params: { username: string } }, )
src/app/api/pr/[username]/route.ts:4
FunctionGoogleAnalytics
()
src/components/google-analytics.tsx:4
FunctionHTML
({ className })
src/components/svgs/html.tsx:6
FunctionHandleChange
(e: React.ChangeEvent<HTMLInputElement>)
src/app/work/organisations/page.tsx:62
FunctionHero
()
src/components/Hero.tsx:13
FunctionHeroButtons
()
src/components/hero-buttons.tsx:8
FunctionHome
()
src/app/page.tsx:10
FunctionHomeButton
()
src/components/home-button.tsx:6
FunctionHowItWorks
()
src/components/how-it-works.tsx:84
FunctionLaptopScreen
()
src/components/LaptopScreen.tsx:4
FunctionLayout
(props: Props)
src/app/work/layout.tsx:30
FunctionLeaderboard
()
src/app/work/leaderboard/page.tsx:7
FunctionLeaderboardCard
({ leaderboard, currUser }: any)
src/components/LeaderboardCard.tsx:14
FunctionMarketingNavbar
()
src/components/fixed-marketing-navbar.tsx:4
FunctionMyPR
()
src/app/work/my-pr/page.tsx:34
FunctionNavbar
()
src/components/Navbar.tsx:10
FunctionNextJs
({ className })
src/components/svgs/next-js.tsx:7
FunctionOrgCard
({ organisation, isApproved, setApprovedOrganisations, setOrganisations, }: { organisation: OrgType;
src/components/OrgCard.tsx:19
FunctionOrganisations
()
src/app/work/organisations/page.tsx:121
FunctionPOST
(req: Request)
src/app/api/organisation/route.ts:8
FunctionPOST
(req: NextRequest)
src/app/api/analytics/route.ts:9
FunctionPOST
(req: Request)
src/app/api/pr/route.ts:69
FunctionPRCard
({ user, getAllPullrequests, isCurrentUser, PRData, }: any)
src/components/PRCard.tsx:16
FunctionPRListings
({ urlUser, user, pullRequests, organisationData, }: any)
src/components/PRListings.tsx:17
FunctionPUT
(req: Request)
src/app/api/user/route.ts:6
FunctionPersonalDetailForm
()
src/components/ProfileEditForm.tsx:67
FunctionPrDeleteButton
({ pullRequestId, getAllPullrequests, }: { pullRequestId: string; getAllPullrequests: () => void; })
src/components/pr-delete-button.tsx:10
FunctionPreviewWidget
({ theme, username }: PreviewWidgetProps)
src/components/preview-widget.tsx:17
FunctionPrivacyPolicy
()
src/app/privacy-policy/page.tsx:3
FunctionProductDemo
()
src/components/product-demo.tsx:5
FunctionProfileChart
()
src/components/profile-views-chart.tsx:39
FunctionProfileEditForm
({ user }: any)
src/components/ProfileEditForm.tsx:16
FunctionProfilePage
()
src/app/work/profile/page.tsx:22
FunctionProfileSwitch
()
src/components/ProfileSwitch.tsx:5
FunctionProfileView
({ userId, currentUserId, }: ProfileViewProps)
src/components/profile-view.tsx:10
FunctionProviders
(props: Props)
src/components/Providers.tsx:9
FunctionPublicProfilePage
({ params }: any)
src/app/profile/[slug]/page.tsx:74
FunctionReactJS
({ className })
src/components/svgs/react-js.tsx:7
FunctionRefundPolicy
()
src/app/refund-policy/page.tsx:3
FunctionRequestAccessButton
()
src/components/RequestAccessButton.tsx:5
FunctionRootLayout
({ children, }: Readonly<{ children: React.ReactNode; }>)
src/app/layout.tsx:77
FunctionSafari
({ srcDark, srcLight, url, width = 1203, height = 753, ...props }: SafariProps)
src/components/ui/safari.tsx:11
FunctionSearchBox
({ setOrganisations, approvedOrganisations, }: { setOrganisations: (orgs: OrgType[]) => void; approved
src/app/work/organisations/page.tsx:9
FunctionSelectTheme
()
src/components/theme-toggler.tsx:7
FunctionSheetFooter
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
src/components/ui/sheet.tsx:91
next →1–100 of 136, ranked by callers