MCPcopy Create free account

hub / github.com/TryCatchLearn/Overflow / functions

Functions171 in github.com/TryCatchLearn/Overflow

↓ 15 callersFunctionhandleError
(error: {message: string, status: number})
webapp/src/lib/util.ts:26
↓ 13 callersFunctionfetchClient
( url: string, method: 'GET' | 'POST' | 'PUT' | 'DELETE', options: Omit<RequestInit, 'body'> & { b
webapp/src/lib/fetchClient.ts:6
↓ 10 callersFunctiongetEnv
(name: keyof NodeJS.ProcessEnv)
webapp/src/lib/config.ts:1
↓ 8 callersFunctionNotFound
()
webapp/src/app/not-found.tsx:4
↓ 5 callersMethodAddServiceDefaults
(this TBuilder builder)
Overflow.ServiceDefaults/Extensions.cs:21
↓ 5 callersMethodUseWolverineWithRabbitMqAsync
( this IHostApplicationBuilder builder, Action<WolverineOptions> configureMessaging)
Common/WolverineExtensions.cs:17
↓ 5 callersFunctiongetCurrentUser
()
webapp/src/lib/actions/auth-actions.ts:10
↓ 4 callersFunctionsuccessToast
(message: string, title?: string, )
webapp/src/lib/util.ts:18
↓ 3 callersMethodAddKeycloakAuthentication
(this IServiceCollection services)
Common/AuthExtensions.cs:9
↓ 2 callersMethodAreTagsValidAsync
(List<string> slugs)
QuestionService/Services/TagService.cs:24
↓ 2 callersMethodMakeEvent
( string userId, ReputationReason reason, string actorUserId, DateTime? occurr
Reputation/ReputationHelper.cs:16
↓ 2 callersMethodMapDefaultEndpoints
(this WebApplication app)
Overflow.ServiceDefaults/Extensions.cs:112
↓ 2 callersFunctionerrorToast
(error: {message: string, status?: number})
webapp/src/lib/util.ts:10
↓ 2 callersFunctionfuzzyTimeAgo
(date: Date | string)
webapp/src/lib/util.ts:34
↓ 2 callersFunctiongetQuestionById
(id: string)
webapp/src/lib/actions/question-actions.ts:59
↓ 2 callersFunctiongetTags
(sort?: string)
webapp/src/lib/actions/tag-actions.ts:6
↓ 2 callersFunctiongetUserVote
(targetId: string)
webapp/src/lib/actions/question-actions.ts:93
↓ 2 callersFunctionhandleAddVote
(value: 1 | -1)
webapp/src/app/questions/[id]/VotingButtons.tsx:30
↓ 2 callersFunctionrequired
(name: string)
webapp/src/lib/schemas/editProfileSchema.ts:3
↓ 2 callersFunctionstripHtmlTags
(html: string)
webapp/src/lib/util.ts:53
↓ 2 callersFunctiontimeAgo
(date: Date | string)
webapp/src/lib/util.ts:49
↓ 1 callersMethodAddDefaultHealthChecks
(this TBuilder builder)
Overflow.ServiceDefaults/Extensions.cs:102
↓ 1 callersMethodAddOpenTelemetryExporters
(this TBuilder builder)
Overflow.ServiceDefaults/Extensions.cs:82
↓ 1 callersMethodConfigureOpenTelemetry
(this TBuilder builder)
Overflow.ServiceDefaults/Extensions.cs:47
↓ 1 callersMethodEnsureIndexExists
(ITypesenseClient client)
SearchService/Data/SearchInitializer.cs:7
↓ 1 callersMethodEnsurePostgresDatabaseExistsAsync
(this string connectionString)
StatsService/Extensions/PostgresDbExtensions.cs:7
↓ 1 callersMethodToPaginatedListAsync
(this IQueryable<T> source, PaginationRequest request)
Common/Pagination.cs:24
↓ 1 callersFunctionacceptAnswer
(answerId: string, questionId: string)
webapp/src/lib/actions/question-actions.ts:149
↓ 1 callersFunctionaddVote
(vote: Vote)
webapp/src/lib/actions/question-actions.ts:155
↓ 1 callersFunctiondeleteAnswer
(answerId: string, questionId: string)
webapp/src/lib/actions/question-actions.ts:142
↓ 1 callersFunctiondeleteQuestion
(id: string)
webapp/src/lib/actions/question-actions.ts:123
↓ 1 callersFunctioneditAnswer
(answerId: string, questionId: string, content: AnswerSchema)
webapp/src/lib/actions/question-actions.ts:135
↓ 1 callersFunctioneditProfile
(id: string, profile: EditProfileSchema)
webapp/src/lib/actions/profile-actions.ts:18
↓ 1 callersFunctionextractPublicIdsFromHtml
(html: string)
webapp/src/lib/util.ts:57
↓ 1 callersFunctiongetFallbackMessage
(status: number)
webapp/src/lib/fetchClient.ts:71
↓ 1 callersFunctiongetProfileById
(id: string)
webapp/src/lib/actions/profile-actions.ts:14
↓ 1 callersFunctiongetQuestions
(qParams?: QuestionParams)
webapp/src/lib/actions/question-actions.ts:10
↓ 1 callersFunctiongetTopUsers
()
webapp/src/lib/actions/profile-actions.ts:26
↓ 1 callersFunctiongetTrendingTags
()
webapp/src/lib/actions/tag-actions.ts:14
↓ 1 callersFunctiongetUserProfiles
(sortBy?: string)
webapp/src/lib/actions/profile-actions.ts:8
↓ 1 callersFunctionhandleSort
(key: Key)
webapp/src/app/questions/[id]/AnswersHeader.tsx:19
↓ 1 callersFunctionisTargetAnswer
(target: Question | Answer)
webapp/src/app/questions/[id]/VotingButtons.tsx:17
↓ 1 callersFunctionloadTags
()
webapp/src/components/Providers.tsx:16
↓ 1 callersFunctiononClick
(code: number)
webapp/src/app/session/ErrorButtons.tsx:11
↓ 1 callersFunctiononSortChange
(sort: SortDescriptor)
webapp/src/app/profiles/ProfilesList.tsx:27
↓ 1 callersFunctionpostAnswer
(data: AnswerSchema, questionId: string)
webapp/src/lib/actions/question-actions.ts:127
↓ 1 callersFunctionpostQuestion
(question: QuestionSchema)
webapp/src/lib/actions/question-actions.ts:115
↓ 1 callersFunctionrequired
(name: string)
webapp/src/lib/schemas/questionSchema.ts:4
↓ 1 callersFunctionsearchQuestions
(query: string)
webapp/src/lib/actions/question-actions.ts:111
↓ 1 callersFunctiontestAuth
()
webapp/src/lib/actions/auth-actions.ts:6
↓ 1 callersFunctiontriggerError
(code: number)
webapp/src/lib/actions/error-actions.ts:5
↓ 1 callersFunctionupdateQuestion
(question: QuestionSchema, id: string)
webapp/src/lib/actions/question-actions.ts:119
MethodAcceptAnswer
(string questionId, string answerId)
QuestionService/Controllers/QuestionsController.cs:273
FunctionAnswerContent
({answer, askerId}: Props)
webapp/src/app/questions/[id]/AnswerContent.tsx:11
FunctionAnswerFooter
({ answer, currentUser }: Props)
webapp/src/app/questions/[id]/AnswerFooter.tsx:17
FunctionAnswerForm
({questionId}: Props)
webapp/src/app/questions/[id]/AnswerForm.tsx:18
FunctionAnswersHeader
({answerCount}: Props)
webapp/src/app/questions/[id]/AnswersHeader.tsx:11
FunctionAppPagination
({totalCount}: Props)
webapp/src/components/AppPagination.tsx:13
MethodApply
(IEvent<UserReputationChanged> ev, IDocumentOperations ops, CancellationToken ct)
StatsService/Projections/TopUsersProjection.cs:13
MethodApply
(IEvent<QuestionCreated> ev, IDocumentOperations ops, CancellationToken ct)
StatsService/Projections/TrendingTagsProjection.cs:13
FunctionAskQuestionPage
()
webapp/src/app/questions/ask/page.tsx:3
FunctionAuthGatePage
()
webapp/src/app/auth-gate/page.tsx:7
FunctionAuthTestButton
()
webapp/src/app/session/AuthTestButton.tsx:7
MethodBuildModel
(ModelBuilder modelBuilder)
ProfileService/Data/Migrations/ProfileDbContextModelSnapshot.cs:16
MethodBuildModel
(ModelBuilder modelBuilder)
VoteService/Data/Migrations/VoteDbContextModelSnapshot.cs:16
MethodBuildModel
(ModelBuilder modelBuilder)
QuestionService/Data/Migrations/QuestionDbContextModelSnapshot.cs:17
MethodBuildTargetModel
<inheritdoc />
ProfileService/Data/Migrations/20251210075549_Initial.Designer.cs:19
MethodBuildTargetModel
<inheritdoc />
VoteService/Data/Migrations/20251211083634_Initial.Designer.cs:19
MethodBuildTargetModel
<inheritdoc />
QuestionService/Data/Migrations/20251210134748_AddedUsageCount.Designer.cs:20
MethodBuildTargetModel
<inheritdoc />
QuestionService/Data/Migrations/20251123114006_InitialCreate.Designer.cs:20
MethodBuildTargetModel
<inheritdoc />
QuestionService/Data/Migrations/20251126125920_AnswersAdded.Designer.cs:20
MethodBuildTargetModel
<inheritdoc />
QuestionService/Data/Migrations/20251210075628_RemovedDisplayName.Designer.cs:20
MethodCreateQuestion
(CreateQuestionDto dto)
QuestionService/Controllers/QuestionsController.cs:23
MethodDeleteAnswer
(string questionId, string answerId)
QuestionService/Controllers/QuestionsController.cs:254
MethodDeleteQuestion
(string id)
QuestionService/Controllers/QuestionsController.cs:185
FunctionDeleteQuestionButton
({ questionId }: Props)
webapp/src/app/questions/[id]/DeleteQuestionButton.tsx:12
MethodDown
<inheritdoc />
ProfileService/Data/Migrations/20251210075549_Initial.cs:31
MethodDown
<inheritdoc />
VoteService/Data/Migrations/20251211083634_Initial.cs:39
MethodDown
<inheritdoc />
QuestionService/Data/Migrations/20251123114006_InitialCreate.cs:71
MethodDown
<inheritdoc />
QuestionService/Data/Migrations/20251210075628_RemovedDisplayName.cs:23
MethodDown
<inheritdoc />
QuestionService/Data/Migrations/20251210134748_AddedUsageCount.cs:99
MethodDown
<inheritdoc />
QuestionService/Data/Migrations/20251126125920_AnswersAdded.cs:52
FunctionEditProfileForm
({profile, setEditMode}: Props)
webapp/src/app/profiles/[id]/EditProfileForm.tsx:16
FunctionEditQuestionPage
({params}: {params: Params})
webapp/src/app/questions/[id]/edit/page.tsx:8
FunctionError
({ error, reset,
webapp/src/app/error.tsx:6
FunctionErrorButtons
()
webapp/src/app/session/ErrorButtons.tsx:7
MethodGet
()
QuestionService/Controllers/WeatherForecastController.cs:16
MethodGetDelta
(ReputationReason reason)
Reputation/ReputationHelper.cs:7
MethodGetErrorResponses
(int code)
QuestionService/Controllers/TestController.cs:11
MethodGetQuestion
(string id)
QuestionService/Controllers/QuestionsController.cs:112
MethodGetQuestions
([FromQuery]QuestionsQuery q)
QuestionService/Controllers/QuestionsController.cs:78
MethodGetTags
(string? sort)
QuestionService/Controllers/TagsController.cs:12
MethodGetTags
()
QuestionService/Services/TagService.cs:12
MethodHandle
(QuestionCreated message, IDocumentSession session, CancellationToken ct)
StatsService/MessageHandlers/QuestionCreatedHandler.cs:9
MethodHandle
(UserReputationChanged message, IDocumentSession session)
StatsService/MessageHandlers/UserReputationChangedHandler.cs:9
MethodHandle
(UserReputationChanged message)
ProfileService/MessageHandlers/UserReputationChangedHandler.cs:9
MethodHandle
(VoteCasted message)
QuestionService/MessageHandlers/VoteCastedHandler.cs:9
MethodHandle
(QuestionCreated message)
SearchService/MessageHandlers/QuesitonCreatedHandler.cs:10
MethodHandle
(QuestionDeleted message)
SearchService/MessageHandlers/QuestionDeletedHandler.cs:9
MethodHandle
(QuestionUpdated message)
SearchService/MessageHandlers/QuestionUpdatedHandler.cs:9
next →1–100 of 171, ranked by callers