MCPcopy Create free account

hub / github.com/adrianhajdin/stack_overflow_nextjs14 / functions

Functions129 in github.com/adrianhajdin/stack_overflow_nextjs14

FunctionProfile
({ clerkId, user }: Props)
components/forms/Profile.tsx:20
FunctionProfileLink
({ imgUrl, href, title }: ProfileLinkProps)
components/shared/ProfileLink.tsx:10
FunctionQuestion
({ type, mongoUserId, questionDetails }: Props)
components/forms/Question.tsx:31
FunctionQuestionCard
({ clerkId, _id, title, tags, author, upvotes, views, answers, createdAt }: QuestionProps)
components/cards/QuestionCard.tsx:29
FunctionQuestionTab
({ searchParams, userId, clerkId }: Props)
components/shared/QuestionTab.tsx:12
FunctionRenderTag
({ _id, name, totalQuestions, showCount }: Props)
components/shared/RenderTag.tsx:12
FunctionRightSidebar
()
components/shared/RightSidebar.tsx:8
FunctionRootLayout
({ children, }: { children: React.ReactNode })
app/layout.tsx:31
FunctionSheetFooter
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
components/ui/sheet.tsx:99
FunctionSheetHeader
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
components/ui/sheet.tsx:85
FunctionSheetPortal
({ // @ts-expect-error className, ...props }: SheetPrimitive.DialogPortalProps)
components/ui/sheet.tsx:16
FunctionSkeleton
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
components/ui/skeleton.tsx:4
FunctionStats
({ totalQuestions, totalAnswers, badges, reputation }: Props)
components/shared/Stats.tsx:32
FunctionStatsCard
({ imgUrl, value, title }: StatsCardProps)
components/shared/Stats.tsx:11
FunctionTheme
()
components/shared/navbar/Theme.tsx:17
FunctionThemeProvider
({ children }: { children: React.ReactNode })
context/ThemeProvider.tsx:12
FunctionToaster
()
components/ui/toaster.tsx:13
FunctionUserCard
({ user }: Props)
components/cards/UserCard.tsx:17
FunctionVotes
({ type, itemId, userId, upvotes, hasupVoted, downvotes, hasdownVoted, hasSaved, }: Props)
components/shared/Votes.tsx:24
FunctiongenerateAIAnswer
()
components/forms/Answer.tsx:60
FunctionhandleCreateAnswer
(values: z.infer<typeof AnswerSchema>)
components/forms/Answer.tsx:35
FunctionhandleDelete
()
components/shared/EditDeleteAction.tsx:21
FunctionhandleEdit
()
components/shared/EditDeleteAction.tsx:17
FunctionhandleOutsideClick
(event: any)
components/shared/search/GlobalSearch.tsx:22
FunctionhandleSave
()
components/shared/Votes.tsx:37
FunctionhandleUpdateParams
(value: string)
components/shared/Filter.tsx:29
FunctiononSubmit
(values: z.infer<typeof ProfileSchema>)
components/forms/Profile.tsx:37
FunctiononSubmit
(values: z.infer<typeof QuestionsSchema>)
components/forms/Question.tsx:53
Functionupdate
(props: ToasterToast)
components/ui/use-toast.tsx:146
← previous101–129 of 129, ranked by callers