MCPcopy Create free account

hub / github.com/conference-hall/conference-hall / functions

Functions1,838 in github.com/conference-hall/conference-hall

↓ 1,301 callersFunctiont
(key: string)
app/features/event-management/proposals/components/shared/review-markers.config.test.ts:6
↓ 410 callersFunctionuserFactory
(options: UserFactoryOptions = {})
tests/factories/users.ts:38
↓ 395 callersFunctiontalkFactory
(options: FactoryOptions)
tests/factories/talks.ts:22
↓ 391 callersFunctioneventFactory
(options: FactoryOptions = {})
tests/factories/events.ts:118
↓ 376 callersFunctionproposalFactory
(options: FactoryOptions)
tests/factories/proposals.ts:60
↓ 372 callersFunctiongetAuthorizedTeam
(userId: string, teamSlug: string)
app/shared/authorization/authorization.server.ts:7
↓ 367 callersMethodget
(key: string, fetchCallback?: () => Promise<any>)
app/shared/cache/cache-layer.ts:2
↓ 336 callersFunctiongetAuthorizedEvent
(authorizedTeam: AuthorizedTeam, eventSlug: string)
app/shared/authorization/authorization.server.ts:32
↓ 188 callersFunctionteamFactory
(options: FactoryOptions = {})
tests/factories/team.ts:30
↓ 161 callersMethodfill
(input: Locator, value: string)
e2e/page-object.ts:28
↓ 123 callersMethodfor
(authorizedEvent: AuthorizedEvent, proposalId: string)
app/features/event-management/proposals/services/proposal-review.server.ts:22
↓ 96 callersMethodfor
(authorizedEvent: AuthorizedEvent)
app/features/event-management/settings/services/event-settings.server.ts:11
↓ 91 callersMethodset
(key: string, value: any)
app/shared/cache/cache-layer.ts:4
↓ 80 callersFunctionuserLoggedFactory
(context: BrowserContext, options: UserFactoryOptions = {})
e2e/helpers.ts:16
↓ 72 callersFunctiontoast
(type: ToastType, title: string)
app/shared/toasts/toast.server.ts:33
↓ 70 callersFunctionreviewFactory
(options: FactoryOptions)
tests/factories/reviews.ts:18
↓ 65 callersFunctionconversationMessageFactory
(options: FactoryOptions)
tests/factories/conversation-messages.ts:17
↓ 61 callersFunctioneventFormatFactory
(options: FactoryOptions)
tests/factories/formats.ts:11
↓ 59 callersFunctionconversationFactory
(options: FactoryOptions)
tests/factories/conversations.ts:12
↓ 59 callersFunctioneventCategoryFactory
(options: FactoryOptions)
tests/factories/categories.ts:11
↓ 59 callersMethodfor
(authorizedEvent: AuthorizedEvent)
app/features/event-management/schedule/services/schedule.server.ts:16
↓ 57 callersMethodgoto
(team: string, event: string, speaker: string)
e2e/tests/event-management/speaker.page.ts:9
↓ 53 callersMethodfor
(authorizedEvent: AuthorizedEvent)
app/features/event-management/speakers/services/event-speakers.server.ts:25
↓ 53 callersMethodwaitForHydration
()
e2e/page-object.ts:20
↓ 50 callersMethodproposals
()
app/features/event-management/proposals/services/proposal-search-builder.server.ts:91
↓ 45 callersFunctioneventSpeakerFactory
(options: FactoryOptions)
tests/factories/event-speakers.ts:13
↓ 42 callersFunctionrender
(component: JSX.Element)
app/design-system/join.test.tsx:6
↓ 41 callersMethodwaitFor
(name: string)
e2e/tests/event-participation/event.page.ts:29
↓ 38 callersMethodgoto
(team: string, event: string)
e2e/tests/event-management/settings/cfp-settings.page.ts:16
↓ 37 callersMethodfor
(userId: string, eventSlug: string)
app/features/event-participation/cfp-submission/services/talk-submission.server.ts:25
↓ 35 callersMethodcount
()
app/features/event-participation/speaker-proposals/services/speaker-proposals.server.ts:13
↓ 35 callersMethodforOrganizer
(authorizedEvent: AuthorizedEvent, proposalId: string)
app/features/conversations/services/conversation-service.server.ts:52
↓ 34 callersMethodcreate
()
app/shared/storage/storage.server.ts:22
↓ 33 callersFunctiondeepEqual
(a: T, b: T)
app/shared/utils/deep-equal.ts:1
↓ 33 callersFunctionresolveStorageUrl
(key: string | null)
app/shared/storage/storage-utils.ts:5
↓ 32 callersFunctionauthorizeOwner
(forEvent: Event = event)
app/features/conversations/services/conversation-service.server.test.ts:38
↓ 31 callersMethodfor
(userId: string, proposalId: string)
app/features/event-participation/speaker-proposals/services/speaker-proposal.server.ts:17
↓ 31 callersMethodfor
(authorizedEvent: AuthorizedEvent)
app/features/event-management/publication/services/publication.server.ts:17
↓ 30 callersFunctiongetSharedServerEnv
()
servers/environment.server.ts:88
↓ 30 callersMethodgoto
(slug: string, name: string)
e2e/tests/event-participation/event.page.ts:19
↓ 30 callersMethodsubmit
(talkId: string)
app/features/event-participation/cfp-submission/services/talk-submission.server.ts:83
↓ 29 callersFunctionmergeMeta
(matches: MetaMatches = [], routeMeta: MetaDescriptor[] = [])
app/app-platform/seo/utils/merge-meta.ts:5
↓ 28 callersMethodall
()
app/shared/feature-flags/flags-client.ts:54
↓ 28 callersMethodupdate
(data: Partial<EventCreateInput>)
app/features/event-management/settings/services/event-settings.server.ts:15
↓ 27 callersMethodgetConversation
()
app/features/conversations/services/conversation-service.server.ts:144
↓ 27 callersMethodupdate
(data: ProposalUpdateData)
app/features/event-management/proposals/services/proposal-management.server.ts:77
↓ 26 callersMethodfor
(authorizedTeam: AuthorizedTeam)
app/features/team-management/settings/services/team-members.server.ts:18
↓ 26 callersMethodgoto
(talkId: string)
e2e/tests/speaker/talk.page.ts:22
↓ 25 callersFunctioncreateMockContext
()
app/shared/authorization/authorization.middleware.test.ts:41
↓ 25 callersFunctioncreateMockRequest
(url = DEFAULT_URL, headers: Record<string, string> = {})
app/shared/authorization/authorization.middleware.test.ts:50
↓ 25 callersFunctioneventProposalTagFactory
(options: FactoryOptions)
tests/factories/proposal-tags.ts:11
↓ 25 callersFunctionsortBy
(array: T[], attribute: SortableKeys<T>, order: 'asc' | 'desc' = 'asc')
app/shared/utils/arrays-sort-by.ts:7
↓ 24 callersFunctiongetEmailI18n
(locale: string)
app/shared/i18n/i18n.emails.ts:11
↓ 22 callersMethodfor
(authorizedEvent: AuthorizedEvent)
app/features/event-management/overview/services/cfp-metrics.server.ts:8
↓ 21 callersFunctionrenderComponent
(state: 'OPENED' | 'CLOSED' | 'FINISHED', start: Date | null, end: Date | null)
app/features/event-participation/event-page/components/cfp.test.tsx:49
↓ 21 callersMethodspeaker
(name: string)
e2e/tests/event-management/proposal.page.ts:62
↓ 21 callersFunctionutcToTimezone
(date: Date | string, timezone: string)
app/shared/datetimes/timezone.ts:5
↓ 20 callersMethodsearch
(filters: SpeakerSearchFilters, page = 1)
app/features/event-management/speakers/services/event-speakers.server.ts:29
↓ 19 callersMethodkeys
(pattern: string)
app/shared/cache/cache-layer.ts:8
↓ 19 callersFunctionrenderComponent
(props: Partial<SelectPanelProps> = {})
app/design-system/forms/select-panel.test.tsx:28
↓ 19 callersFunctionrenderHook
(routes: any[], pathname: string)
app/app-platform/components/navbar/buttons/back-button.test.tsx:48
↓ 19 callersMethodsetValue
(key: string, value: any)
app/shared/feature-flags/flags-storage.ts:28
↓ 19 callersMethodwaitFor
()
e2e/tests/speaker/talk.page.ts:27
↓ 18 callersMethodclickOnContinue
()
e2e/tests/event-participation/submission.page.ts:68
↓ 18 callersMethodfor
(authorizedEvent: AuthorizedEvent)
app/features/event-management/autocomplete/services/autocomplete.server.ts:19
↓ 18 callersMethodfor
(authorizedTeam: AuthorizedTeam)
app/features/event-management/creation/services/event-creation.server.ts:12
↓ 18 callersMethodforSpeaker
(userId: string, proposalId: string)
app/features/conversations/services/conversation-service.server.ts:38
↓ 18 callersMethodsaveMessage
({ id, message }: ConversationMessageSaveData)
app/features/conversations/services/conversation-service.server.ts:79
↓ 18 callersMethodsearch
(filters: AutocompleteFilters)
app/features/event-management/autocomplete/services/autocomplete.server.ts:23
↓ 18 callersFunctionuseUser
()
app/app-platform/components/user-context.tsx:23
↓ 18 callersFunctionuseUserTeamPermissions
()
app/app-platform/components/user-context.tsx:34
↓ 18 callersMethodwaitFor
()
e2e/tests/event-management/overview.page.ts:19
↓ 17 callersMethodfor
(eventSlug: string)
app/features/event-participation/speaker-survey/services/speaker-survey.server.ts:13
↓ 17 callersFunctionformatDatetime
(date: Date, options: FormatOption)
app/shared/datetimes/datetimes.ts:59
↓ 17 callersMethodproposalCount
(count: number)
e2e/tests/event-management/proposals-list.page.ts:36
↓ 17 callersFunctionuseCurrentEventTeam
()
app/features/event-management/event-team-context.tsx:18
↓ 16 callersMethodcreate
(data: ScheduleCreateData)
app/features/event-management/schedule/services/schedule.server.ts:40
↓ 16 callersMethodgetById
(speakerId: string)
app/features/event-management/speakers/services/event-speakers.server.ts:99
↓ 16 callersMethodstatistics
()
app/features/event-management/publication/services/publication.server.ts:83
↓ 16 callersMethodwaitFor
()
e2e/tests/event-management/settings/cfp-settings.page.ts:21
↓ 15 callersMethodarchive
(proposalIds: string[])
app/features/event-management/proposals/services/proposal-status-updater.server.ts:62
↓ 15 callersMethoddelete
()
app/features/event-management/settings/services/event-settings.server.ts:36
↓ 15 callersMethodfor
(userId: string)
app/shared/user/user-account.server.ts:15
↓ 15 callersMethodforReviewComments
(authorizedEvent: AuthorizedEvent, proposalId: string)
app/features/conversations/services/conversation-service.server.ts:66
↓ 15 callersFunctiongetAuthError
(error: { code?: string | null; message?: string } | string)
app/shared/authentication/auth-errors.ts:21
↓ 15 callersFunctiongetWebServerEnv
()
servers/environment.server.ts:95
↓ 15 callersMethodlist
(filters: TagFilters, page = 1, pageSize?: number)
app/features/event-management/settings/services/event-proposal-tags.server.ts:15
↓ 15 callersFunctionrenderComponent
(props = defaultProps)
app/features/event-management/proposals/components/detail/review/proposal-status-select.test.tsx:23
↓ 15 callersMethodsave
(data: IntegrationConfigData)
app/features/event-management/settings/services/event-integrations.server.ts:39
↓ 15 callersMethodspeakerCount
(count: number)
e2e/tests/event-management/speakers-list.page.ts:34
↓ 15 callersFunctiontoDateInput
(date?: Date | null)
app/shared/datetimes/datetimes.ts:100
↓ 15 callersFunctiontoastHeaders
(type: ToastType, title: string)
app/shared/toasts/toast.server.ts:47
↓ 15 callersMethodwaitFor
()
e2e/tests/team-management/new-team.page.ts:22
↓ 14 callersMethodfor
(speakerId: string, talkId: string)
app/features/speaker/talk-library/services/speaker-talk.server.ts:13
↓ 14 callersFunctionformatTime
(time: Date | number, options: FormatOption)
app/shared/datetimes/datetimes.ts:91
↓ 14 callersFunctionresolveProposalId
(authorizedEvent: AuthorizedEvent, proposalParam: string)
app/features/event-management/proposals/services/proposal-id-resolver.server.ts:6
↓ 13 callersMethodcheck
()
app/features/speaker/talk-invitation/services/co-speaker-talk-invite.server.ts:11
↓ 13 callersFunctionfeelingAndNoteToMarker
(feeling: ReviewFeeling | null, note: number | null)
app/features/event-management/proposals/components/shared/review-markers.config.ts:62
↓ 13 callersFunctiongetNextProposalNumber
(eventId: string, trx: DbTransaction)
app/shared/counters/proposal-counter.server.ts:3
↓ 13 callersFunctiongetObjectHash
(obj: Record<string, unknown>)
app/shared/utils/object-hash.ts:1
next →1–100 of 1,838, ranked by callers