MCPcopy Create free account

hub / github.com/PalisadoesFoundation/talawa-api / functions

Functions1,648 in github.com/PalisadoesFoundation/talawa-api

↓ 10 callersMethodloadPluginManifest
* Load plugin manifest
src/plugin/manager/lifecycle.ts:249
↓ 10 callersFunctionmeetsVersionRequirement
( installed: string | null, required: string, )
src/install/utils/packageCheck.ts:143
↓ 10 callersMethodmset
* Batch set multiple key-value pairs with TTLs. * @param entries - Array of `{ key, value, ttlSeconds }` objects.
src/services/caching/CacheService.ts:45
↓ 10 callersFunctionnormalizeTimeRange
( startTime: Date, endTime: Date, )
src/utilities/metrics/dbHelpers.ts:319
↓ 10 callersMethodprocessPendingEmails
* Process pending emails from the queue
src/services/email/EmailQueueProcessor.ts:28
↓ 10 callersFunctionresetCleanupState
(options?: { backupCreated?: boolean; cleaning?: boolean; })
scripts/setup/setup.ts:194
↓ 10 callersFunctionresolveActionItemCategories
( parent: OrganizationType, args: ActionItemCategoriesArgs, ctx: GraphQLContext, )
src/graphql/types/Organization/actionItemCategories.ts:56
↓ 10 callersFunctionresolveOrgsWhereUserIsBlocked
( parent: User, args: Record<string, unknown>, ctx: ContextType, )
src/graphql/types/User/orgsWhereUserIsBlocked.ts:54
↓ 10 callersFunctionrotateRefresh
( db: DrizzleClient, log: FastifyBaseLogger, token: string, )
src/services/auth/authService.ts:197
↓ 10 callersMethodsendBulkEmails
(jobs: EmailJob[])
src/services/email/types.ts:33
↓ 10 callersFunctionsetupAdminUser
()
test/graphql/types/Organization/membershipRequests.test.ts:321
↓ 10 callersFunctionsleep
(ms: number)
test/graphql/types/FundCampaign/amountRaised.test.ts:258
↓ 10 callersFunctiontransformDefaultGraphQLConnectionArguments
( arg: Arg, ctx: z.RefinementCtx, )
src/utilities/graphqlConnection/transforms.ts:8
↓ 10 callersFunctionvalidateBooleanFields
(answers: SetupAnswers)
scripts/setup/setup.ts:226
↓ 10 callersFunctionvalidateRequiredFields
(answers: SetupAnswers)
scripts/setup/setup.ts:208
↓ 10 callersFunctionvalidateSecurePassword
(input: string)
scripts/setup/validators.ts:113
↓ 9 callersFunctionEventVolunteerCreatedAtResolver
( parent: EventVolunteerType, _args: Record<string, never>, ctx: GraphQLContext, )
src/graphql/types/EventVolunteer/createdAt.ts:7
↓ 9 callersFunctionEventVolunteerCreatorResolver
( parent: EventVolunteerType, _args: Record<string, never>, ctx: GraphQLContext, )
src/graphql/types/EventVolunteer/creator.ts:10
↓ 9 callersFunctionEventVolunteerGroupCreatedAtResolver
( parent: EventVolunteerGroupType, _args: Record<string, never>, ctx: GraphQLContext, )
src/graphql/types/EventVolunteerGroup/createdAt.ts:7
↓ 9 callersFunctionEventVolunteerGroupLeaderResolver
( parent: EventVolunteerGroupType, _args: Record<string, never>, ctx: GraphQLContext, )
src/graphql/types/EventVolunteerGroup/leader.ts:10
↓ 9 callersFunctionEventVolunteerUpdaterResolver
( parent: EventVolunteerType, _args: Record<string, never>, ctx: GraphQLContext, )
src/graphql/types/EventVolunteer/updater.ts:10
↓ 9 callersFunctionadvertisementCreator
( parent: AdvertisementType, _args: Record<string, never>, ctx: GraphQLContext, )
src/graphql/types/Advertisement/creator.ts:9
↓ 9 callersFunctioncreateMockAdminUser
()
test/graphql/types/Mutation/createUser.metrics.test.ts:29
↓ 9 callersFunctioncreateMockAgendaFolder
( overrides?: Partial<MockAgendaFolder>, )
test/graphql/types/AgendaItem/creator.test.ts:19
↓ 9 callersFunctioncreateMockBuilders
()
test/drizzle/tables/actionItems.test.ts:388
↓ 9 callersFunctioncreateOrgMembership
( authToken: string, organizationId: string, memberId: string, )
test/graphql/types/Fund/organization.test.ts:91
↓ 9 callersFunctioncreateTestEvent
* Helper to create an event in an organization.
test/graphql/types/Mutation/createVenueBooking.test.ts:123
↓ 9 callersFunctioncreateTestEvent
* Helper to create an event in an organization.
test/graphql/types/Mutation/deleteVenueBooking.test.ts:139
↓ 9 callersFunctioncreateTestEventVolunteerGroup
( eventId: string, leaderId: string, creatorId: string, name?: string, description?: string, volunteersR
test/graphql/types/Mutation/deleteEventVolunteerGroup.test.ts:164
↓ 9 callersFunctioncreateTestFamily
* Helper function to create a test family for foreign key references.
test/drizzle/tables/familyMemberships.test.ts:85
↓ 9 callersFunctioncreateTestOrganization
* Helper function to create a test organization for foreign key references.
test/drizzle/tables/familyMemberships.test.ts:39
↓ 9 callersFunctioncreateTestOrganization
(token: string)
test/graphql/types/Mutation/deleteOrganization.test.ts:27
↓ 9 callersFunctioncreateTestOrganization
()
test/graphql/types/Mutation/createVolunteerMembership.test.ts:82
↓ 9 callersFunctioncreateTestOrganization
()
test/graphql/types/Mutation/deleteEventVolunteerGroup.test.ts:84
↓ 9 callersFunctioncreateTestOrganization
()
test/graphql/types/Mutation/updateChat.test.ts:33
↓ 9 callersFunctioncreateTestUser
()
test/graphql/types/Mutation/ReadNotification.test.ts:111
↓ 9 callersFunctioncreateTestUser
()
test/graphql/types/Mutation/createVolunteerMembership.test.ts:104
↓ 9 callersFunctioncreateTestVenue
* Helper to create a venue in an organization.
test/graphql/types/Mutation/createVenueBooking.test.ts:105
↓ 9 callersFunctioncreateTestVenue
* Helper to create a venue in an organization.
test/graphql/types/Mutation/deleteVenueBooking.test.ts:121
↓ 9 callersFunctiondiscoverEventGenerationWorkloads
( config: JobDiscoveryConfig, deps: WorkerDependencies, )
src/workers/eventGeneration/jobDiscovery.ts:48
↓ 9 callersMethodemitSendEventInvite
( data: { inviteeEmail: string; inviteeName?: string; eventId?: string; eventName?: string; o
src/graphql/types/Notification/EventBus/eventBus.ts:429
↓ 9 callersFunctionexecutePostProcessing
( executionResults: EventGenerationExecutionResult[], _metrics: ProcessingMetrics, config: PostProcessingCo
src/workers/eventGeneration/postProcessor.ts:30
↓ 9 callersFunctiongenerateJwtSecret
()
scripts/setup/validators.ts:8
↓ 9 callersFunctiongetAdminAuth
()
test/graphql/types/Mutation/updateAgendaCategory.test.ts:21
↓ 9 callersFunctiongetAdminAuth
()
test/graphql/types/Mutation/deleteAgendaFolder.test.ts:47
↓ 9 callersFunctiongetAdminAuth
()
test/graphql/types/Fund/organization.test.ts:46
↓ 9 callersFunctiongetAdminAuthToken
()
test/graphql/types/Query/fundCampaignPledge.test.ts:48
↓ 9 callersMethodgetCachedMetrics
* Retrieve cached aggregated metrics by timestamp. * * @param timestamp - Timestamp identifier (milliseconds since epoch as string) * @returns C
src/services/metrics/metricsCache.ts:113
↓ 9 callersFunctiongetColumnName
( col: (typeof tableConfig.indexes)[0]["config"]["columns"][0] | undefined, )
test/drizzle/tables/eventGenerationWindows.test.ts:396
↓ 9 callersMethodgetFilesToScan
()
scripts/validate_error_handling.ts:162
↓ 9 callersFunctiongetHasUserVotedData
* Helper function to assert and extract hasUserVoted response
test/graphql/types/Comment/hasUserVoted.test.ts:221
↓ 9 callersMethodgetLoadedPluginIds
* Get loaded plugin IDs
src/plugin/manager/core.ts:405
↓ 9 callersFunctiongetPnpmVersionFromPackageJson
( packageJsonPath: string, )
src/install/utils/packageCheck.ts:172
↓ 9 callersFunctiongetRecurrenceLabel
( rule: typeof recurrenceRulesTable.$inferSelect, )
src/utilities/recurrenceFormatter.ts:221
↓ 9 callersFunctiongetTokens
()
test/services/auth/tokens.test.ts:49
↓ 9 callersMethodgracefulShutdown
* Gracefully shutdown plugin system without triggering deactivation or schema updates * This is used during server shutdown to avoid unnecessary ope
src/plugin/manager/core.ts:534
↓ 9 callersFunctionlistKey
(entity: string, args: unknown)
src/services/caching/cacheKeyGenerator.ts:88
↓ 9 callersFunctionmockUsersTableFindFirst
( ctx: GraphQLContext, returnValue: Partial<User> = {}, )
test/graphql/types/Mutation/deleteChatMessage.test.ts:41
↓ 9 callersFunctionregisterRedisPlugin
( fastify: FastifyInstance, redis?: FastifyRedis, )
test/fastifyPlugins/cacheService.test.ts:22
↓ 9 callersFunctionresolveAttachments
( parent: AgendaItemType, _args: Record<string, never>, ctx: GraphQLContext, )
src/graphql/types/AgendaItem/attachment.ts:10
↓ 9 callersFunctionresolveCategory
( parent: AgendaItemType, _args: Record<string, never>, ctx: GraphQLContext, )
src/graphql/types/AgendaItem/agendaCategory.ts:9
↓ 9 callersFunctionresolveEventUpdater
( parent: EventType, _args: Record<string, never>, ctx: GraphQLContext, )
src/graphql/types/Event/updater.ts:11
↓ 9 callersFunctionresolveUrl
( parent: AgendaItemType, _args: Record<string, never>, ctx: GraphQLContext, )
src/graphql/types/AgendaItem/url.ts:11
↓ 9 callersMethodtrackComplexity
* Record a GraphQL query complexity score. * @param score - Complexity score for the query
src/utilities/metrics/performanceTracker.ts:78
↓ 9 callersFunctiontransformGraphQLConnectionArgumentsWithWhere
( arg: Arg, ctx: z.RefinementCtx, )
src/utilities/graphqlConnection/transforms.ts:89
↓ 9 callersMethoduninstallPlugin
* Uninstall a plugin
src/plugin/manager/core.ts:346
↓ 9 callersMethodunloadPlugin
* Unload a plugin from memory
src/plugin/manager/core.ts:353
↓ 9 callersMethodvalidate
()
scripts/validate_error_handling.ts:120
↓ 9 callersFunctionvalidatePluginZip
( zipPath: string, )
src/utilities/pluginInstaller/validation.ts:11
↓ 9 callersFunctionvalidatePositiveInteger
(input: string)
scripts/setup/validators.ts:172
↓ 9 callersFunctionvalidateRecaptchaIfRequired
( recaptchaToken: string | undefined, recaptchaSecretKey: string | undefined, argumentPath: string[], acti
src/utilities/recaptchaUtils.ts:109
↓ 9 callersFunctionzReplyParsed
( reply: FastifyReply, schema: z.ZodType<T>, body: unknown, )
src/routes/validation/zodReply.ts:43
↓ 8 callersFunctionEventVolunteerUserResolver
( parent: EventVolunteerType, _args: Record<string, never>, ctx: GraphQLContext, )
src/graphql/types/EventVolunteer/user.ts:10
↓ 8 callersFunctionOrganizationUpdater
( parent: OrganizationType, _args: Record<string, unknown>, ctx: GraphQLContext, )
src/graphql/types/Organization/updater.ts:9
↓ 8 callersFunctionUserCountryCodeResolver
( parent: UserType, _args: unknown, ctx: GraphQLContext, )
src/graphql/types/User/countryCode.ts:23
↓ 8 callersFunctionaddMembership
( organizationId: string, memberId: string, role: "administrator" | "regular", )
test/graphql/types/Query/organizationUsers.test.ts:102
↓ 8 callersFunctionbuildRow
(overrides: Partial<FakeEmailRow> = {})
test/services/email/EmailQueueProcessor.test.ts:29
↓ 8 callersFunctioncommunityUpdater
( parent: CommunityType, _args: Record<string, never>, ctx: GraphQLContext, )
src/graphql/types/Community/updater.ts:7
↓ 8 callersMethodcreateDirectEmailNotification
* Creates a direct email notification for external recipients (non-users). * Uses the template system with provided variables for rendering. * *
src/graphql/types/Notification/Notification_engine.ts:331
↓ 8 callersFunctioncreateFund
()
test/graphql/types/Query/fundCampaignPledge.test.ts:97
↓ 8 callersFunctioncreateFundCampaign
(fundId: string)
test/graphql/types/Query/fundCampaignPledge.test.ts:141
↓ 8 callersFunctioncreateFundCampaignPledge
(campaignId: string, pledgerId: string)
test/graphql/types/Query/fundCampaignPledge.test.ts:171
↓ 8 callersFunctioncreateMockAdminUser
()
test/graphql/types/Mutation/createOrganization.metrics.test.ts:27
↓ 8 callersFunctioncreateMockEvent
(overrides = {})
test/workers/eventGeneration/jobDiscovery.test.ts:71
↓ 8 callersFunctioncreateMockUser
( userId: string, role: "regular" | "administrator" = "regular", )
test/graphql/types/Mutation/createEvent.metrics.test.ts:58
↓ 8 callersFunctioncreateOrganization
()
test/graphql/types/Mutation/createChatMembership.test.ts:34
↓ 8 callersFunctioncreateTestMembership
( token: string, organizationId: string, memberId: string, role: "regular" | "administrator" = "regular",
test/graphql/types/Mutation/deleteOrganizationMembership.test.ts:45
↓ 8 callersFunctioncreateTestOrganization
()
test/drizzle/tables/eventGenerationWindows.test.ts:20
↓ 8 callersFunctioncreateTestOrganization
()
test/graphql/types/Mutation/deleteEventVolunteerGroupForInstance.test.ts:91
↓ 8 callersFunctioncreateTestOrganization
()
test/graphql/types/Mutation/deleteEventVolunteer.test.ts:82
↓ 8 callersFunctioncreateTestOrganization
(token: string)
test/graphql/types/Mutation/deleteOrganizationMembership.test.ts:19
↓ 8 callersFunctioncreateTestOrganization
( userRegistrationRequired = false, )
test/graphql/types/Mutation/signUp.test.ts:104
↓ 8 callersFunctioncreateUserWithCleanup
()
test/graphql/types/Mutation/updateUserPassword.test.ts:13
↓ 8 callersFunctiondestroyPluginSystem
()
src/plugin/registry.ts:75
↓ 8 callersFunctionemailAddressResolver
( parent: User, _args: Record<string, never>, ctx: GraphQLContext, )
src/graphql/types/User/emailAddress.ts:13
↓ 8 callersFunctionemploymentStatusResolver
( parent: UserType, _args: Record<string, never>, ctx: GraphQLContext, )
src/graphql/types/User/employmentStatus.ts:19
↓ 8 callersFunctionencodeValidCursor
* IMPORTANT: * Cursor MUST match agendaItemsTableInsertSchema-derived cursorSchema
test/graphql/types/AgendaFolder/items.test.ts:15
↓ 8 callersFunctioneventAttendeeUpdatedAtResolver
( parent: EventAttendeeType, _args: Record<string, never>, ctx: GraphQLContext, )
src/graphql/types/EventAttendee/updatedAt.ts:9
↓ 8 callersFunctionexecuteBatchEventGeneration
( jobs: EventGenerationJob[], maxConcurrency: number, deps: WorkerDependencies, )
src/workers/eventGeneration/executionEngine.ts:122
↓ 8 callersFunctionexpectErrorCode
(result: CreateEventMutationResponse, code: string)
test/graphql/types/Mutation/createEvent.test.ts:94
← previousnext →401–500 of 1,648, ranked by callers