Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/amanbairagi30/merged-n-share
/ functions
Functions
136 in github.com/amanbairagi30/merged-n-share
⨍
Functions
136
◇
Types & classes
25
↓ 49 callers
Function
cn
(...inputs: ClassValue[])
src/lib/utils.ts:4
↓ 4 callers
Function
createFloatingAnimation
(delay: number)
src/components/Hero.tsx:48
↓ 4 callers
Function
getUserProfile
(username: string | undefined)
src/lib/profile.ts:3
↓ 3 callers
Function
getCodeString
(tab: 'html' | 'reactjs' | 'nextjs')
src/app/work/embed/page.tsx:40
↓ 3 callers
Function
getPayloadConfigFromPayload
( config: ChartConfig, payload: unknown, key: string, )
src/components/ui/chart.tsx:325
↓ 2 callers
Function
getAllPullrequests
()
src/app/work/my-pr/page.tsx:164
↓ 2 callers
Function
useChart
()
src/components/ui/chart.tsx:32
↓ 1 callers
Function
capitalizeFirstLetter
(str: string)
src/util/index.ts:1
↓ 1 callers
Function
checkIfAnyPRMatches
()
src/components/PRListings.tsx:26
↓ 1 callers
Function
extractAmount
(comment: string)
src/app/work/my-pr/page.tsx:183
↓ 1 callers
Function
fetchApprovedOrganisations
()
src/app/work/organisations/page.tsx:128
↓ 1 callers
Function
fetchData
()
src/app/hooks/useUserData.tsx:7
↓ 1 callers
Function
fetchLeaderBoard
()
src/app/work/leaderboard/page.tsx:14
↓ 1 callers
Function
fetchOrganisations
()
src/app/work/my-pr/page.tsx:148
↓ 1 callers
Function
fetchPRs
(username: string | undefined, orgName: string)
src/app/actions/fetchPRs.ts:5
↓ 1 callers
Function
fetchViewsData
()
src/components/profile-views-chart.tsx:44
↓ 1 callers
Function
getPRData
()
src/app/work/profile/page.tsx:26
↓ 1 callers
Function
getPRPointsByBounty
(bountyAmount: number)
src/app/api/pr/route.ts:7
↓ 1 callers
Function
getTotalViews
(userId: string | undefined)
src/lib/profile.ts:31
↓ 1 callers
Function
getUserData
()
src/components/ProfileSwitch.tsx:8
↓ 1 callers
Function
getUserDetails
()
src/components/ProfileEditForm.tsx:84
↓ 1 callers
Function
handleFetchPRDetails
()
src/app/work/my-pr/page.tsx:55
↓ 1 callers
Function
headers
()
next.config.mjs:13
↓ 1 callers
Function
isBountyComment
(comment: string)
src/app/work/my-pr/page.tsx:179
↓ 1 callers
Function
prismaClientSingleton
()
src/lib/db.ts:3
↓ 1 callers
Function
recordView
()
src/components/profile-view.tsx:17
↓ 1 callers
Function
savePRsInDatabase
(prs: any[])
src/app/work/my-pr/page.tsx:190
↓ 1 callers
Function
updateUserContributedOrgs
(userId: any, orgIds: any[])
src/app/actions/userAction.ts:5
↓ 1 callers
Function
updatedUserProfile
(e: boolean)
src/components/ProfileSwitch.tsx:22
↓ 1 callers
Function
useDebounce
(value: string, delay: number)
src/app/hooks/useDebounce.ts:4
↓ 1 callers
Function
useUserData
()
src/app/hooks/useUserData.tsx:3
Function
AlertBox
({ icon, title, message }: AlertBoxProps)
src/components/alert-box.tsx:9
Function
AuxiliaryProvider
({ children, }: { children: ReactNode; })
src/components/AuxiliaryProvider.tsx:6
Function
AvatarCircles
({ numPeople, className, avatarUrls, }: AvatarCirclesProps)
src/components/ui/avatar-circle.tsx:19
Function
Badge
({ className, variant, ...props }: BadgeProps)
src/components/ui/badge.tsx:29
Function
Card
({ icon: Icon, title, description, svgPaths, isComingSoon, }: any)
src/components/features.tsx:7
Function
ChartStyle
({ id, config }: { id: string; config: ChartConfig })
src/components/ui/chart.tsx:75
Function
CodeBlock
({ code, language }: CodeBlockProps)
src/components/code-block.tsx:12
Function
ContributedOrg
({ contributions }: ContributionType)
src/components/ContributedOrg.tsx:10
Function
DELETE
(req: Request)
src/app/api/pr/route.ts:143
Function
Dashboard
()
src/app/work/dashboard/page.tsx:17
Function
DesktopScreen
()
src/components/desktop-screen.tsx:3
Function
DialogFooter
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
src/components/ui/dialog.tsx:70
Function
DialogHeader
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
src/components/ui/dialog.tsx:56
Function
Embed
()
src/app/work/embed/page.tsx:25
Function
Features
()
src/components/features.tsx:116
Function
Footer
()
src/components/footer.tsx:7
Function
FrameworkList
({ frameworks }: FrameworkListProps)
src/components/frameworks-list.tsx:14
Function
GET
(req: Request)
src/app/api/organisation/route.ts:73
Function
GET
(req: Request)
src/app/api/user/route.ts:65
Function
GET
(req: Request)
src/app/api/leaderboard/route.ts:4
Function
GET
(req: Request)
src/app/api/og-images/public-profile/route.tsx:5
Function
GET
()
src/app/api/og-images/root/route.tsx:5
Function
GET
(req: NextRequest)
src/app/api/analytics/route.ts:75
Function
GET
(req: Request)
src/app/api/pr/route.ts:28
Function
GET
( req: NextRequest, { params: { username } }: { params: { username: string } }, )
src/app/api/pr/[username]/route.ts:4
Function
GoogleAnalytics
()
src/components/google-analytics.tsx:4
Function
HTML
({ className })
src/components/svgs/html.tsx:6
Function
HandleChange
(e: React.ChangeEvent<HTMLInputElement>)
src/app/work/organisations/page.tsx:62
Function
Hero
()
src/components/Hero.tsx:13
Function
HeroButtons
()
src/components/hero-buttons.tsx:8
Function
Home
()
src/app/page.tsx:10
Function
HomeButton
()
src/components/home-button.tsx:6
Function
HowItWorks
()
src/components/how-it-works.tsx:84
Function
LaptopScreen
()
src/components/LaptopScreen.tsx:4
Function
Layout
(props: Props)
src/app/work/layout.tsx:30
Function
Leaderboard
()
src/app/work/leaderboard/page.tsx:7
Function
LeaderboardCard
({ leaderboard, currUser }: any)
src/components/LeaderboardCard.tsx:14
Function
MarketingNavbar
()
src/components/fixed-marketing-navbar.tsx:4
Function
MyPR
()
src/app/work/my-pr/page.tsx:34
Function
Navbar
()
src/components/Navbar.tsx:10
Function
NextJs
({ className })
src/components/svgs/next-js.tsx:7
Function
OrgCard
({ organisation, isApproved, setApprovedOrganisations, setOrganisations, }: { organisation: OrgType;
src/components/OrgCard.tsx:19
Function
Organisations
()
src/app/work/organisations/page.tsx:121
Function
POST
(req: Request)
src/app/api/organisation/route.ts:8
Function
POST
(req: NextRequest)
src/app/api/analytics/route.ts:9
Function
POST
(req: Request)
src/app/api/pr/route.ts:69
Function
PRCard
({ user, getAllPullrequests, isCurrentUser, PRData, }: any)
src/components/PRCard.tsx:16
Function
PRListings
({ urlUser, user, pullRequests, organisationData, }: any)
src/components/PRListings.tsx:17
Function
PUT
(req: Request)
src/app/api/user/route.ts:6
Function
PersonalDetailForm
()
src/components/ProfileEditForm.tsx:67
Function
PrDeleteButton
({ pullRequestId, getAllPullrequests, }: { pullRequestId: string; getAllPullrequests: () => void; })
src/components/pr-delete-button.tsx:10
Function
PreviewWidget
({ theme, username }: PreviewWidgetProps)
src/components/preview-widget.tsx:17
Function
PrivacyPolicy
()
src/app/privacy-policy/page.tsx:3
Function
ProductDemo
()
src/components/product-demo.tsx:5
Function
ProfileChart
()
src/components/profile-views-chart.tsx:39
Function
ProfileEditForm
({ user }: any)
src/components/ProfileEditForm.tsx:16
Function
ProfilePage
()
src/app/work/profile/page.tsx:22
Function
ProfileSwitch
()
src/components/ProfileSwitch.tsx:5
Function
ProfileView
({ userId, currentUserId, }: ProfileViewProps)
src/components/profile-view.tsx:10
Function
Providers
(props: Props)
src/components/Providers.tsx:9
Function
PublicProfilePage
({ params }: any)
src/app/profile/[slug]/page.tsx:74
Function
ReactJS
({ className })
src/components/svgs/react-js.tsx:7
Function
RefundPolicy
()
src/app/refund-policy/page.tsx:3
Function
RequestAccessButton
()
src/components/RequestAccessButton.tsx:5
Function
RootLayout
({ children, }: Readonly<{ children: React.ReactNode; }>)
src/app/layout.tsx:77
Function
Safari
({ srcDark, srcLight, url, width = 1203, height = 753, ...props }: SafariProps)
src/components/ui/safari.tsx:11
Function
SearchBox
({ setOrganisations, approvedOrganisations, }: { setOrganisations: (orgs: OrgType[]) => void; approved
src/app/work/organisations/page.tsx:9
Function
SelectTheme
()
src/components/theme-toggler.tsx:7
Function
SheetFooter
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
src/components/ui/sheet.tsx:91
next →
1–100 of 136, ranked by callers