Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TryCatchLearn/Overflow
/ functions
Functions
171 in github.com/TryCatchLearn/Overflow
⨍
Functions
171
◇
Types & classes
73
Method
HandleAsync
(AnswerAccepted message)
SearchService/MessageHandlers/AcceptAnswerHandler.cs:8
Method
HandleAsync
(AnswerCountUpdated message)
SearchService/MessageHandlers/AnswerCountUpdatedHandler.cs:8
Function
Home
()
webapp/src/app/page.tsx:3
Method
InvokeAsync
(HttpContext context, ProfileDbContext db)
ProfileService/Middleware/UserProfileCreationMiddleware.cs:9
Method
IsValid
(object? value, ValidationContext validationContext)
QuestionService/Validators/TagListValidator.cs:7
Function
Loading
()
webapp/src/app/loading.tsx:3
Function
LoginButton
()
webapp/src/components/nav/LoginButton.tsx:6
Function
MenuBar
({editor}: Props)
webapp/src/components/rte/MenuBar.tsx:17
Method
MigrateDbContextAsync
(this IHost host)
Common/MigrationRunner.cs:10
Method
OnModelCreating
(ModelBuilder modelBuilder)
VoteService/Data/VoteDbContext.cs:10
Method
OnModelCreating
(ModelBuilder modelBuilder)
QuestionService/Data/QuestionDbContext.cs:12
Function
POST
(request: Request)
webapp/src/app/api/sign-image/route.ts:3
Function
POST
(req: Request)
webapp/src/app/api/delete-image/route.ts:3
Function
Page
({searchParams}: {searchParams: SearchParams})
webapp/src/app/profiles/page.tsx:7
Function
Page
({params}: {params: Params})
webapp/src/app/profiles/[id]/page.tsx:8
Function
Page
()
webapp/src/app/session/page.tsx:6
Method
PostAnswer
(string questionId, CreateAnswerDto dto)
QuestionService/Controllers/QuestionsController.cs:204
Function
ProfileDetailed
({profile, currentUserProfile}: Props)
webapp/src/app/profiles/[id]/ProfiileDetailed.tsx:16
Function
ProfilesList
({profiles}: Props)
webapp/src/app/profiles/ProfilesList.tsx:20
Function
Providers
({children}: {children: ReactNode})
webapp/src/components/Providers.tsx:11
Function
QuestionCard
({question}: Props)
webapp/src/app/questions/QuestionCard.tsx:15
Function
QuestionContent
({question}: { question: Question })
webapp/src/app/questions/[id]/QuestionContent.tsx:6
Function
QuestionDetailed
({ params, searchParams } : {params: Params, searchParams: Sear
webapp/src/app/questions/[id]/page.tsx:13
Function
QuestionDetailedHeader
({question}: Props)
webapp/src/app/questions/[id]/QuestionDetailedHeader.tsx:12
Function
QuestionFooter
({question}: Props)
webapp/src/app/questions/[id]/QuestionFooter.tsx:10
Function
QuestionForm
({questionToUpdate}: Props)
webapp/src/app/questions/ask/QuestionForm.tsx:24
Function
QuestionsHeader
({ tag, total }: Props)
webapp/src/app/questions/QuestionsHeader.tsx:15
Function
QuestionsPage
({searchParams}: {searchParams?: Promise<QuestionParams>})
webapp/src/app/questions/page.tsx:7
Function
RegisterButton
()
webapp/src/components/nav/RegisterButton.tsx:3
Function
RichTextEditor
({onChange, onBlur, value, errorMessage}: Props)
webapp/src/components/rte/RichTextEditor.tsx:16
Function
RootLayout
({ children, }: Readonly<{ children: React.ReactNode; }>)
webapp/src/app/layout.tsx:14
Function
SearchInput
()
webapp/src/components/nav/SearchInput.tsx:11
Function
SideMenu
()
webapp/src/components/SideMenu.tsx:7
Method
StripHtml
(string content)
SearchService/MessageHandlers/QuesitonCreatedHandler.cs:27
Method
StripHtml
(string content)
SearchService/MessageHandlers/QuestionUpdatedHandler.cs:21
Function
TagCard
({ tag }: Props)
webapp/src/app/tags/TagCard.tsx:11
Function
TagHeader
()
webapp/src/app/tags/TagHeader.tsx:8
Function
TagsPage
({searchParams}: {searchParams: SearchParams})
webapp/src/app/tags/page.tsx:8
Method
TestAuth
()
QuestionService/Controllers/TestController.cs:28
Function
ThemeToggle
()
webapp/src/components/nav/ThemeToggle.tsx:8
Function
TopNav
()
webapp/src/components/nav/TopNav.tsx:10
Function
TopUsers
()
webapp/src/components/TopUsers.tsx:3
Method
TopUsersProjection
()
StatsService/Projections/TopUsersProjection.cs:11
Function
TrendingTags
()
webapp/src/components/TrendingTags.tsx:7
Method
TrendingTagsProjection
()
StatsService/Projections/TrendingTagsProjection.cs:11
Method
Up
<inheritdoc />
ProfileService/Data/Migrations/20251210075549_Initial.cs:12
Method
Up
<inheritdoc />
VoteService/Data/Migrations/20251211083634_Initial.cs:12
Method
Up
<inheritdoc />
QuestionService/Data/Migrations/20251123114006_InitialCreate.cs:15
Method
Up
<inheritdoc />
QuestionService/Data/Migrations/20251210075628_RemovedDisplayName.cs:11
Method
Up
<inheritdoc />
QuestionService/Data/Migrations/20251210134748_AddedUsageCount.cs:11
Method
Up
<inheritdoc />
QuestionService/Data/Migrations/20251126125920_AnswersAdded.cs:12
Method
UpdateAnswer
(string questionId, string answerId, CreateAnswerDto dto)
QuestionService/Controllers/QuestionsController.cs:236
Method
UpdateQuestion
(string id, CreateQuestionDto dto)
QuestionService/Controllers/QuestionsController.cs:129
Function
UserMenu
({user}: Props)
webapp/src/components/nav/UserMenu.tsx:11
Function
VotingButtons
({target, currentUserId, askerId}: Props)
webapp/src/app/questions/[id]/VotingButtons.tsx:21
Function
handleAcceptAnswer
()
webapp/src/app/questions/[id]/VotingButtons.tsx:52
Function
handleDelete
()
webapp/src/app/questions/[id]/AnswerFooter.tsx:22
Function
handleDelete
()
webapp/src/app/questions/[id]/DeleteQuestionButton.tsx:16
Function
handleTabChange
(tab: Key)
webapp/src/app/questions/QuestionsHeader.tsx:28
Function
jwt
({token, account})
webapp/src/auth.ts:15
Function
onAction
()
webapp/src/components/nav/SearchInput.tsx:37
Function
onBlur
()
webapp/src/components/rte/RichTextEditor.tsx:30
Function
onClick
()
webapp/src/app/session/AuthTestButton.tsx:8
Function
onSubmit
(data: EditProfileSchema)
webapp/src/app/profiles/[id]/EditProfileForm.tsx:27
Function
onSubmit
(data: QuestionSchema)
webapp/src/app/questions/ask/QuestionForm.tsx:40
Function
onSubmit
(data: AnswerSchema)
webapp/src/app/questions/[id]/AnswerForm.tsx:30
Function
onUpdate
({editor})
webapp/src/components/rte/RichTextEditor.tsx:33
Function
onUploadImage
(result: CloudinaryUploadWidgetResults)
webapp/src/components/rte/MenuBar.tsx:35
Function
session
({session, token})
webapp/src/auth.ts:73
Function
sortCreated
(a: Answer, b: Answer)
webapp/src/app/questions/[id]/page.tsx:31
Function
sortHighScore
(a: Answer, b: Answer)
webapp/src/app/questions/[id]/page.tsx:24
← previous
101–171 of 171, ranked by callers