MCPcopy Create free account

hub / github.com/TryCatchLearn/Overflow / functions

Functions171 in github.com/TryCatchLearn/Overflow

MethodHandleAsync
(AnswerAccepted message)
SearchService/MessageHandlers/AcceptAnswerHandler.cs:8
MethodHandleAsync
(AnswerCountUpdated message)
SearchService/MessageHandlers/AnswerCountUpdatedHandler.cs:8
FunctionHome
()
webapp/src/app/page.tsx:3
MethodInvokeAsync
(HttpContext context, ProfileDbContext db)
ProfileService/Middleware/UserProfileCreationMiddleware.cs:9
MethodIsValid
(object? value, ValidationContext validationContext)
QuestionService/Validators/TagListValidator.cs:7
FunctionLoading
()
webapp/src/app/loading.tsx:3
FunctionLoginButton
()
webapp/src/components/nav/LoginButton.tsx:6
FunctionMenuBar
({editor}: Props)
webapp/src/components/rte/MenuBar.tsx:17
MethodMigrateDbContextAsync
(this IHost host)
Common/MigrationRunner.cs:10
MethodOnModelCreating
(ModelBuilder modelBuilder)
VoteService/Data/VoteDbContext.cs:10
MethodOnModelCreating
(ModelBuilder modelBuilder)
QuestionService/Data/QuestionDbContext.cs:12
FunctionPOST
(request: Request)
webapp/src/app/api/sign-image/route.ts:3
FunctionPOST
(req: Request)
webapp/src/app/api/delete-image/route.ts:3
FunctionPage
({searchParams}: {searchParams: SearchParams})
webapp/src/app/profiles/page.tsx:7
FunctionPage
({params}: {params: Params})
webapp/src/app/profiles/[id]/page.tsx:8
FunctionPage
()
webapp/src/app/session/page.tsx:6
MethodPostAnswer
(string questionId, CreateAnswerDto dto)
QuestionService/Controllers/QuestionsController.cs:204
FunctionProfileDetailed
({profile, currentUserProfile}: Props)
webapp/src/app/profiles/[id]/ProfiileDetailed.tsx:16
FunctionProfilesList
({profiles}: Props)
webapp/src/app/profiles/ProfilesList.tsx:20
FunctionProviders
({children}: {children: ReactNode})
webapp/src/components/Providers.tsx:11
FunctionQuestionCard
({question}: Props)
webapp/src/app/questions/QuestionCard.tsx:15
FunctionQuestionContent
({question}: { question: Question })
webapp/src/app/questions/[id]/QuestionContent.tsx:6
FunctionQuestionDetailed
({ params, searchParams } : {params: Params, searchParams: Sear
webapp/src/app/questions/[id]/page.tsx:13
FunctionQuestionDetailedHeader
({question}: Props)
webapp/src/app/questions/[id]/QuestionDetailedHeader.tsx:12
FunctionQuestionFooter
({question}: Props)
webapp/src/app/questions/[id]/QuestionFooter.tsx:10
FunctionQuestionForm
({questionToUpdate}: Props)
webapp/src/app/questions/ask/QuestionForm.tsx:24
FunctionQuestionsHeader
({ tag, total }: Props)
webapp/src/app/questions/QuestionsHeader.tsx:15
FunctionQuestionsPage
({searchParams}: {searchParams?: Promise<QuestionParams>})
webapp/src/app/questions/page.tsx:7
FunctionRegisterButton
()
webapp/src/components/nav/RegisterButton.tsx:3
FunctionRichTextEditor
({onChange, onBlur, value, errorMessage}: Props)
webapp/src/components/rte/RichTextEditor.tsx:16
FunctionRootLayout
({ children, }: Readonly<{ children: React.ReactNode; }>)
webapp/src/app/layout.tsx:14
FunctionSearchInput
()
webapp/src/components/nav/SearchInput.tsx:11
FunctionSideMenu
()
webapp/src/components/SideMenu.tsx:7
MethodStripHtml
(string content)
SearchService/MessageHandlers/QuesitonCreatedHandler.cs:27
MethodStripHtml
(string content)
SearchService/MessageHandlers/QuestionUpdatedHandler.cs:21
FunctionTagCard
({ tag }: Props)
webapp/src/app/tags/TagCard.tsx:11
FunctionTagHeader
()
webapp/src/app/tags/TagHeader.tsx:8
FunctionTagsPage
({searchParams}: {searchParams: SearchParams})
webapp/src/app/tags/page.tsx:8
MethodTestAuth
()
QuestionService/Controllers/TestController.cs:28
FunctionThemeToggle
()
webapp/src/components/nav/ThemeToggle.tsx:8
FunctionTopNav
()
webapp/src/components/nav/TopNav.tsx:10
FunctionTopUsers
()
webapp/src/components/TopUsers.tsx:3
MethodTopUsersProjection
()
StatsService/Projections/TopUsersProjection.cs:11
FunctionTrendingTags
()
webapp/src/components/TrendingTags.tsx:7
MethodTrendingTagsProjection
()
StatsService/Projections/TrendingTagsProjection.cs:11
MethodUp
<inheritdoc />
ProfileService/Data/Migrations/20251210075549_Initial.cs:12
MethodUp
<inheritdoc />
VoteService/Data/Migrations/20251211083634_Initial.cs:12
MethodUp
<inheritdoc />
QuestionService/Data/Migrations/20251123114006_InitialCreate.cs:15
MethodUp
<inheritdoc />
QuestionService/Data/Migrations/20251210075628_RemovedDisplayName.cs:11
MethodUp
<inheritdoc />
QuestionService/Data/Migrations/20251210134748_AddedUsageCount.cs:11
MethodUp
<inheritdoc />
QuestionService/Data/Migrations/20251126125920_AnswersAdded.cs:12
MethodUpdateAnswer
(string questionId, string answerId, CreateAnswerDto dto)
QuestionService/Controllers/QuestionsController.cs:236
MethodUpdateQuestion
(string id, CreateQuestionDto dto)
QuestionService/Controllers/QuestionsController.cs:129
FunctionUserMenu
({user}: Props)
webapp/src/components/nav/UserMenu.tsx:11
FunctionVotingButtons
({target, currentUserId, askerId}: Props)
webapp/src/app/questions/[id]/VotingButtons.tsx:21
FunctionhandleAcceptAnswer
()
webapp/src/app/questions/[id]/VotingButtons.tsx:52
FunctionhandleDelete
()
webapp/src/app/questions/[id]/AnswerFooter.tsx:22
FunctionhandleDelete
()
webapp/src/app/questions/[id]/DeleteQuestionButton.tsx:16
FunctionhandleTabChange
(tab: Key)
webapp/src/app/questions/QuestionsHeader.tsx:28
Functionjwt
({token, account})
webapp/src/auth.ts:15
FunctiononAction
()
webapp/src/components/nav/SearchInput.tsx:37
FunctiononBlur
()
webapp/src/components/rte/RichTextEditor.tsx:30
FunctiononClick
()
webapp/src/app/session/AuthTestButton.tsx:8
FunctiononSubmit
(data: EditProfileSchema)
webapp/src/app/profiles/[id]/EditProfileForm.tsx:27
FunctiononSubmit
(data: QuestionSchema)
webapp/src/app/questions/ask/QuestionForm.tsx:40
FunctiononSubmit
(data: AnswerSchema)
webapp/src/app/questions/[id]/AnswerForm.tsx:30
FunctiononUpdate
({editor})
webapp/src/components/rte/RichTextEditor.tsx:33
FunctiononUploadImage
(result: CloudinaryUploadWidgetResults)
webapp/src/components/rte/MenuBar.tsx:35
Functionsession
({session, token})
webapp/src/auth.ts:73
FunctionsortCreated
(a: Answer, b: Answer)
webapp/src/app/questions/[id]/page.tsx:31
FunctionsortHighScore
(a: Answer, b: Answer)
webapp/src/app/questions/[id]/page.tsx:24
← previous101–171 of 171, ranked by callers