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
↓ 15 callers
Function
handleError
(error: {message: string, status: number})
webapp/src/lib/util.ts:26
↓ 13 callers
Function
fetchClient
( url: string, method: 'GET' | 'POST' | 'PUT' | 'DELETE', options: Omit<RequestInit, 'body'> & { b
webapp/src/lib/fetchClient.ts:6
↓ 10 callers
Function
getEnv
(name: keyof NodeJS.ProcessEnv)
webapp/src/lib/config.ts:1
↓ 8 callers
Function
NotFound
()
webapp/src/app/not-found.tsx:4
↓ 5 callers
Method
AddServiceDefaults
(this TBuilder builder)
Overflow.ServiceDefaults/Extensions.cs:21
↓ 5 callers
Method
UseWolverineWithRabbitMqAsync
( this IHostApplicationBuilder builder, Action<WolverineOptions> configureMessaging)
Common/WolverineExtensions.cs:17
↓ 5 callers
Function
getCurrentUser
()
webapp/src/lib/actions/auth-actions.ts:10
↓ 4 callers
Function
successToast
(message: string, title?: string, )
webapp/src/lib/util.ts:18
↓ 3 callers
Method
AddKeycloakAuthentication
(this IServiceCollection services)
Common/AuthExtensions.cs:9
↓ 2 callers
Method
AreTagsValidAsync
(List<string> slugs)
QuestionService/Services/TagService.cs:24
↓ 2 callers
Method
MakeEvent
( string userId, ReputationReason reason, string actorUserId, DateTime? occurr
Reputation/ReputationHelper.cs:16
↓ 2 callers
Method
MapDefaultEndpoints
(this WebApplication app)
Overflow.ServiceDefaults/Extensions.cs:112
↓ 2 callers
Function
errorToast
(error: {message: string, status?: number})
webapp/src/lib/util.ts:10
↓ 2 callers
Function
fuzzyTimeAgo
(date: Date | string)
webapp/src/lib/util.ts:34
↓ 2 callers
Function
getQuestionById
(id: string)
webapp/src/lib/actions/question-actions.ts:59
↓ 2 callers
Function
getTags
(sort?: string)
webapp/src/lib/actions/tag-actions.ts:6
↓ 2 callers
Function
getUserVote
(targetId: string)
webapp/src/lib/actions/question-actions.ts:93
↓ 2 callers
Function
handleAddVote
(value: 1 | -1)
webapp/src/app/questions/[id]/VotingButtons.tsx:30
↓ 2 callers
Function
required
(name: string)
webapp/src/lib/schemas/editProfileSchema.ts:3
↓ 2 callers
Function
stripHtmlTags
(html: string)
webapp/src/lib/util.ts:53
↓ 2 callers
Function
timeAgo
(date: Date | string)
webapp/src/lib/util.ts:49
↓ 1 callers
Method
AddDefaultHealthChecks
(this TBuilder builder)
Overflow.ServiceDefaults/Extensions.cs:102
↓ 1 callers
Method
AddOpenTelemetryExporters
(this TBuilder builder)
Overflow.ServiceDefaults/Extensions.cs:82
↓ 1 callers
Method
ConfigureOpenTelemetry
(this TBuilder builder)
Overflow.ServiceDefaults/Extensions.cs:47
↓ 1 callers
Method
EnsureIndexExists
(ITypesenseClient client)
SearchService/Data/SearchInitializer.cs:7
↓ 1 callers
Method
EnsurePostgresDatabaseExistsAsync
(this string connectionString)
StatsService/Extensions/PostgresDbExtensions.cs:7
↓ 1 callers
Method
ToPaginatedListAsync
(this IQueryable<T> source, PaginationRequest request)
Common/Pagination.cs:24
↓ 1 callers
Function
acceptAnswer
(answerId: string, questionId: string)
webapp/src/lib/actions/question-actions.ts:149
↓ 1 callers
Function
addVote
(vote: Vote)
webapp/src/lib/actions/question-actions.ts:155
↓ 1 callers
Function
deleteAnswer
(answerId: string, questionId: string)
webapp/src/lib/actions/question-actions.ts:142
↓ 1 callers
Function
deleteQuestion
(id: string)
webapp/src/lib/actions/question-actions.ts:123
↓ 1 callers
Function
editAnswer
(answerId: string, questionId: string, content: AnswerSchema)
webapp/src/lib/actions/question-actions.ts:135
↓ 1 callers
Function
editProfile
(id: string, profile: EditProfileSchema)
webapp/src/lib/actions/profile-actions.ts:18
↓ 1 callers
Function
extractPublicIdsFromHtml
(html: string)
webapp/src/lib/util.ts:57
↓ 1 callers
Function
getFallbackMessage
(status: number)
webapp/src/lib/fetchClient.ts:71
↓ 1 callers
Function
getProfileById
(id: string)
webapp/src/lib/actions/profile-actions.ts:14
↓ 1 callers
Function
getQuestions
(qParams?: QuestionParams)
webapp/src/lib/actions/question-actions.ts:10
↓ 1 callers
Function
getTopUsers
()
webapp/src/lib/actions/profile-actions.ts:26
↓ 1 callers
Function
getTrendingTags
()
webapp/src/lib/actions/tag-actions.ts:14
↓ 1 callers
Function
getUserProfiles
(sortBy?: string)
webapp/src/lib/actions/profile-actions.ts:8
↓ 1 callers
Function
handleSort
(key: Key)
webapp/src/app/questions/[id]/AnswersHeader.tsx:19
↓ 1 callers
Function
isTargetAnswer
(target: Question | Answer)
webapp/src/app/questions/[id]/VotingButtons.tsx:17
↓ 1 callers
Function
loadTags
()
webapp/src/components/Providers.tsx:16
↓ 1 callers
Function
onClick
(code: number)
webapp/src/app/session/ErrorButtons.tsx:11
↓ 1 callers
Function
onSortChange
(sort: SortDescriptor)
webapp/src/app/profiles/ProfilesList.tsx:27
↓ 1 callers
Function
postAnswer
(data: AnswerSchema, questionId: string)
webapp/src/lib/actions/question-actions.ts:127
↓ 1 callers
Function
postQuestion
(question: QuestionSchema)
webapp/src/lib/actions/question-actions.ts:115
↓ 1 callers
Function
required
(name: string)
webapp/src/lib/schemas/questionSchema.ts:4
↓ 1 callers
Function
searchQuestions
(query: string)
webapp/src/lib/actions/question-actions.ts:111
↓ 1 callers
Function
testAuth
()
webapp/src/lib/actions/auth-actions.ts:6
↓ 1 callers
Function
triggerError
(code: number)
webapp/src/lib/actions/error-actions.ts:5
↓ 1 callers
Function
updateQuestion
(question: QuestionSchema, id: string)
webapp/src/lib/actions/question-actions.ts:119
Method
AcceptAnswer
(string questionId, string answerId)
QuestionService/Controllers/QuestionsController.cs:273
Function
AnswerContent
({answer, askerId}: Props)
webapp/src/app/questions/[id]/AnswerContent.tsx:11
Function
AnswerFooter
({ answer, currentUser }: Props)
webapp/src/app/questions/[id]/AnswerFooter.tsx:17
Function
AnswerForm
({questionId}: Props)
webapp/src/app/questions/[id]/AnswerForm.tsx:18
Function
AnswersHeader
({answerCount}: Props)
webapp/src/app/questions/[id]/AnswersHeader.tsx:11
Function
AppPagination
({totalCount}: Props)
webapp/src/components/AppPagination.tsx:13
Method
Apply
(IEvent<UserReputationChanged> ev, IDocumentOperations ops, CancellationToken ct)
StatsService/Projections/TopUsersProjection.cs:13
Method
Apply
(IEvent<QuestionCreated> ev, IDocumentOperations ops, CancellationToken ct)
StatsService/Projections/TrendingTagsProjection.cs:13
Function
AskQuestionPage
()
webapp/src/app/questions/ask/page.tsx:3
Function
AuthGatePage
()
webapp/src/app/auth-gate/page.tsx:7
Function
AuthTestButton
()
webapp/src/app/session/AuthTestButton.tsx:7
Method
BuildModel
(ModelBuilder modelBuilder)
ProfileService/Data/Migrations/ProfileDbContextModelSnapshot.cs:16
Method
BuildModel
(ModelBuilder modelBuilder)
VoteService/Data/Migrations/VoteDbContextModelSnapshot.cs:16
Method
BuildModel
(ModelBuilder modelBuilder)
QuestionService/Data/Migrations/QuestionDbContextModelSnapshot.cs:17
Method
BuildTargetModel
<inheritdoc />
ProfileService/Data/Migrations/20251210075549_Initial.Designer.cs:19
Method
BuildTargetModel
<inheritdoc />
VoteService/Data/Migrations/20251211083634_Initial.Designer.cs:19
Method
BuildTargetModel
<inheritdoc />
QuestionService/Data/Migrations/20251210134748_AddedUsageCount.Designer.cs:20
Method
BuildTargetModel
<inheritdoc />
QuestionService/Data/Migrations/20251123114006_InitialCreate.Designer.cs:20
Method
BuildTargetModel
<inheritdoc />
QuestionService/Data/Migrations/20251126125920_AnswersAdded.Designer.cs:20
Method
BuildTargetModel
<inheritdoc />
QuestionService/Data/Migrations/20251210075628_RemovedDisplayName.Designer.cs:20
Method
CreateQuestion
(CreateQuestionDto dto)
QuestionService/Controllers/QuestionsController.cs:23
Method
DeleteAnswer
(string questionId, string answerId)
QuestionService/Controllers/QuestionsController.cs:254
Method
DeleteQuestion
(string id)
QuestionService/Controllers/QuestionsController.cs:185
Function
DeleteQuestionButton
({ questionId }: Props)
webapp/src/app/questions/[id]/DeleteQuestionButton.tsx:12
Method
Down
<inheritdoc />
ProfileService/Data/Migrations/20251210075549_Initial.cs:31
Method
Down
<inheritdoc />
VoteService/Data/Migrations/20251211083634_Initial.cs:39
Method
Down
<inheritdoc />
QuestionService/Data/Migrations/20251123114006_InitialCreate.cs:71
Method
Down
<inheritdoc />
QuestionService/Data/Migrations/20251210075628_RemovedDisplayName.cs:23
Method
Down
<inheritdoc />
QuestionService/Data/Migrations/20251210134748_AddedUsageCount.cs:99
Method
Down
<inheritdoc />
QuestionService/Data/Migrations/20251126125920_AnswersAdded.cs:52
Function
EditProfileForm
({profile, setEditMode}: Props)
webapp/src/app/profiles/[id]/EditProfileForm.tsx:16
Function
EditQuestionPage
({params}: {params: Params})
webapp/src/app/questions/[id]/edit/page.tsx:8
Function
Error
({ error, reset,
webapp/src/app/error.tsx:6
Function
ErrorButtons
()
webapp/src/app/session/ErrorButtons.tsx:7
Method
Get
()
QuestionService/Controllers/WeatherForecastController.cs:16
Method
GetDelta
(ReputationReason reason)
Reputation/ReputationHelper.cs:7
Method
GetErrorResponses
(int code)
QuestionService/Controllers/TestController.cs:11
Method
GetQuestion
(string id)
QuestionService/Controllers/QuestionsController.cs:112
Method
GetQuestions
([FromQuery]QuestionsQuery q)
QuestionService/Controllers/QuestionsController.cs:78
Method
GetTags
(string? sort)
QuestionService/Controllers/TagsController.cs:12
Method
GetTags
()
QuestionService/Services/TagService.cs:12
Method
Handle
(QuestionCreated message, IDocumentSession session, CancellationToken ct)
StatsService/MessageHandlers/QuestionCreatedHandler.cs:9
Method
Handle
(UserReputationChanged message, IDocumentSession session)
StatsService/MessageHandlers/UserReputationChangedHandler.cs:9
Method
Handle
(UserReputationChanged message)
ProfileService/MessageHandlers/UserReputationChangedHandler.cs:9
Method
Handle
(VoteCasted message)
QuestionService/MessageHandlers/VoteCastedHandler.cs:9
Method
Handle
(QuestionCreated message)
SearchService/MessageHandlers/QuesitonCreatedHandler.cs:10
Method
Handle
(QuestionDeleted message)
SearchService/MessageHandlers/QuestionDeletedHandler.cs:9
Method
Handle
(QuestionUpdated message)
SearchService/MessageHandlers/QuestionUpdatedHandler.cs:9
next →
1–100 of 171, ranked by callers