MCPcopy Index your code

hub / github.com/aeharding/voyager / functions

Functions1,705 in github.com/aeharding/voyager

↓ 6 callersFunctiongetInboxItemBody
(item: NotificationView)
src/features/inbox/inboxItemContents.tsx:82
↓ 6 callersFunctionnavigateToUser
(user: PersonView | Person | string)
src/helpers/useAppNavigation.ts:61
↓ 6 callersFunctiononVote
(e: React.MouseEvent, vote: 0 | 1 | -1)
src/features/labels/vote/shared.ts:31
↓ 6 callersFunctionparseUriList
(uriList: string)
src/helpers/url.ts:228
↓ 6 callersFunctionpresentAccountSwitcher
()
src/features/auth/SharedDialogContext.tsx:295
↓ 6 callersFunctionserializeFeedName
(feed: AnyFeed)
src/features/feed/helpers.ts:24
↓ 6 callersFunctionuseAppPageRef
()
src/helpers/AppPage.tsx:30
↓ 6 callersFunctionuseAppPageVListHandleRef
()
src/helpers/AppPage.tsx:34
↓ 6 callersFunctionuseAutohidePostIfNeeded
()
src/features/feed/PageTypeContext.tsx:16
↓ 6 callersFunctionuseCanModerate
( community: Community | boolean | undefined, )
src/features/moderation/useCanModerate.tsx:24
↓ 6 callersFunctionuseGetAppScrollable
()
src/helpers/useGetAppScrollable.ts:7
↓ 6 callersFunctionuseLemmyUrlHandler
()
src/features/shared/useLemmyUrlHandler.ts:47
↓ 5 callersFunctionbuildMediaId
(apId: string, mdPosition?: number)
src/features/media/video/VideoPortalProvider.tsx:211
↓ 5 callersFunctionbuildUserLink
(user: Person)
src/helpers/appLinkBuilder.ts:22
↓ 5 callersFunctioncheckForUpdates
(signal?: AbortSignal)
src/routes/pages/settings/update/UpdateContext.tsx:49
↓ 5 callersFunctionforceSecureUrl
(url: string | undefined)
src/helpers/url.ts:206
↓ 5 callersFunctiongetCustomServers
()
src/services/app.ts:10
↓ 5 callersFunctiongetFeedUrlName
(type: ListingType)
src/features/community/mod/ModActions.tsx:27
↓ 5 callersFunctiongetInboxCounts
(force = false)
src/features/inbox/inboxSlice.ts:178
↓ 5 callersFunctiongetInboxItemLink
( item: NotificationView, buildGeneralBrowseLink: (path: string) => string, )
src/features/inbox/inboxItemContents.tsx:149
↓ 5 callersFunctiongetInboxItemSourceUrl
( item: NotificationView, )
src/features/inbox/inboxItemContents.tsx:175
↓ 5 callersFunctiongetNotificationKey
(notification: Notification)
src/features/inbox/inboxSlice.ts:306
↓ 5 callersFunctiongetScrollParent
( node: HTMLElement | undefined, )
src/helpers/dom.ts:93
↓ 5 callersFunctiongetUser
(handle: string, signal?: AbortSignal)
src/features/user/userSlice.tsx:52
↓ 5 callersFunctionisAppleDeviceInstalledToHomescreen
()
src/helpers/device.ts:40
↓ 5 callersFunctionkindNoun
( kind: | "admin_remove_community" | "mod_lock_comment" | "mod_lock_post" | "mod_remove_comm
src/features/inbox/modActionTitle.ts:84
↓ 5 callersFunctionmockNotifications
(api: MockApi)
e2e/lemmyv1/inbox.spec.ts:53
↓ 5 callersFunctionmodActionData
()
src/features/inbox/inboxItemContents.test.tsx:91
↓ 5 callersFunctionmodRemoveComment
(comment: Comment, removed: boolean, reason?: string)
src/features/comment/commentSlice.ts:198
↓ 5 callersFunctionmodRemovePost
(post: Post, removed: boolean, reason?: string)
src/features/post/postSlice.ts:470
↓ 5 callersFunctionpostReplyButton
(page: Page)
e2e/lemmyv1/composing.spec.ts:43
↓ 5 callersFunctionpreventOnClickNavigationBug
(e: MouseEvent)
src/helpers/ionic.ts:53
↓ 5 callersFunctionprivateMessageData
()
src/features/inbox/inboxItemContents.test.tsx:79
↓ 5 callersFunctionpushRouteIfNeeded
(route: string)
src/helpers/useAppNavigation.ts:28
↓ 5 callersFunctionredirectToLemmyObjectIfNeeded
( link: string, e?: MouseEvent, /** * If its a known Lemmy link, bypass checking link domain
src/features/shared/useLemmyUrlHandler.ts:196
↓ 5 callersFunctionresetAccountSpecificStoreData
()
src/features/auth/authSlice.ts:217
↓ 5 callersFunctionscrollUpIfNeeded
( activePage: AppScrollable | null | undefined, index: number | undefined = undefined, behavior: "auto"
src/helpers/scrollUpIfNeeded.ts:5
↓ 5 callersFunctionupdateCredentialsStorage
( accounts: CredentialStoragePayload | undefined, )
src/features/auth/authSlice.ts:269
↓ 5 callersFunctionuseImageData
(src: string | undefined)
src/features/media/useImageData.ts:5
↓ 5 callersFunctionuseKeyboardOpen
()
src/helpers/useKeyboardOpen.ts:19
↓ 5 callersFunctionuseOpenInSecondColumnIfNeededProps
(routerLink: string)
src/routes/twoColumn/useOpenInSecondColumnIfNeededProps.tsx:11
↓ 5 callersFunctionuseShare
()
src/features/share/share.ts:23
↓ 5 callersFunctionvoteOnPost
(post: PostView, vote: 1 | -1 | 0)
src/features/post/postSlice.ts:367
↓ 4 callersFunctionapplyMarkdownStyle
( controller: EditorController, stylesToApply: Partial<StyleArgs>, )
src/features/shared/markdown/editing/markdownStyle.ts:297
↓ 4 callersFunctionbuildCommentLink
( community: Community, comment: Comment, )
src/helpers/appLinkBuilder.ts:13
↓ 4 callersFunctionbuildPostMessage
(post: Post)
src/features/moderation/logs/types/shared.ts:13
↓ 4 callersFunctionbuildSort
( sortOptionsByMode: SortOptionsByMode<S>, )
src/routes/pages/shared/Sort.tsx:71
↓ 4 callersFunctionconvertDurationToSeconds
(duration: VgerDuration)
src/features/feed/sort/durations.ts:28
↓ 4 callersFunctionenableHighlightNewComments
(page: Page)
e2e/lemmyv1/unread-comments.spec.ts:84
↓ 4 callersMethodfindSetting
(key: string, user_handle: string, community: string)
src/services/db/index.ts:611
↓ 4 callersFunctiongetDeviceMode
()
src/features/settings/syncStorage.ts:59
↓ 4 callersFunctiongetItemActorName
(item: Pick<Community, "ap_id">)
src/helpers/lemmy.ts:36
↓ 4 callersFunctiongetThemeByStyle
( appTheme: AppThemeType, style: "light" | "dark", )
src/core/theme/AppThemes.ts:125
↓ 4 callersFunctiongetTopAllSearchSort
(mode: ThreadiverseMode)
src/helpers/threadiverse.ts:27
↓ 4 callersFunctionhidePosts
(postIds: number[], immediate = true)
src/features/post/postSlice.ts:446
↓ 4 callersFunctionisPostReply
(reply: NotificationView)
src/routes/pages/inbox/RepliesPage.tsx:67
↓ 4 callersFunctionisStubComment
( comment: Comment, canModerate: ModeratorRole | undefined, )
src/features/comment/CommentHeader.tsx:189
↓ 4 callersFunctionisUrlImage
( url: string, contentType: string | undefined, )
src/helpers/url.ts:50
↓ 4 callersFunctionisValidUrl
( potentialUrl: string, { checkProtocol = false, allowRelative = true } = {}, )
src/helpers/url.ts:1
↓ 4 callersFunctionmakeFakeJwt
( payload: Record<string, unknown> = { iss: V1_HOST }, )
e2e/fixtures/auth.ts:10
↓ 4 callersFunctionmockThread
(api: MockApi)
e2e/lemmyv1/comment-thread.spec.ts:37
↓ 4 callersFunctionopenCommunityActions
( page: Page, api: MockApi, view: unknown = communityResponse().community_view, )
e2e/lemmyv1/community.spec.ts:21
↓ 4 callersFunctionopenLoginPage
(page: Page)
e2e/lemmyv1/auth.spec.ts:34
↓ 4 callersFunctionparseValue
(val: string)
src/helpers/device.ts:57
↓ 4 callersFunctionpresentCommentReply
( item, )
src/features/auth/SharedDialogContext.tsx:228
↓ 4 callersFunctionpresentReport
(item: ReportableItem)
src/features/auth/SharedDialogContext.tsx:277
↓ 4 callersFunctionremove
(user: Person)
src/features/settings/blocks/BlockedUsers.tsx:31
↓ 4 callersFunctionresolveObject
(url: string, signal?: AbortSignal)
src/features/resolve/resolveSlice.tsx:57
↓ 4 callersFunctionsetTag
(...parameters: Parameters<typeof _setTag>)
src/features/tags/UserTagModal.tsx:218
↓ 4 callersFunctionsetVideoRefs
(videoRefs: VideoRefs)
src/features/media/video/VideoPortalProvider.tsx:25
↓ 4 callersFunctionsubmit
(updateSearch?: string)
src/features/auth/login/login/PickLoginServer.tsx:68
↓ 4 callersFunctionupdateTagVotes
(payload: UpdateVotePayload)
src/features/tags/userTagSlice.tsx:110
↓ 4 callersFunctionupdateViewport
()
src/features/community/titleSearch/TitleSearchResults.tsx:144
↓ 4 callersFunctionuploadImage
(image: File, context: UploadImageContext, _account?: Credential)
src/features/shared/markdown/editing/uploadImageSlice.tsx:65
↓ 4 callersFunctionurlSelector
(state: RootState)
src/features/auth/authSelectors.ts:59
↓ 4 callersFunctionuseCrosspostUrl
(post: PostView)
src/features/post/shared/useCrosspostUrl.tsx:7
↓ 4 callersFunctionusePostSrc
( post: PostView | undefined, )
src/features/post/inFeed/usePostSrc.ts:8
↓ 4 callersFunctionusePresentUserActions
()
src/features/user/usePresentUserActions.ts:35
↓ 4 callersFunctionuseSharePostComment
(itemView: PostView | CommentView)
src/features/share/useSharePostComment.ts:28
↓ 3 callersFunction_dismiss
()
src/features/shared/DynamicDismissableModal.tsx:92
↓ 3 callersFunctionactiveHandle
(page: Page)
e2e/lemmyv1/auth.spec.ts:47
↓ 3 callersFunctionaddGuestInstance
(url: string)
src/features/auth/authSlice.ts:195
↓ 3 callersFunctionbanUser
( payload: Omit<BanFromCommunity, "ban"> & Partial<Pick<BanFromCommunity, "ban">>, )
src/features/user/userSlice.tsx:107
↓ 3 callersFunctionblockUser
(block: boolean, id: number)
src/features/user/userSlice.tsx:78
↓ 3 callersFunctionbuildBanFailed
(banned: boolean)
src/helpers/toastMessages.ts:177
↓ 3 callersFunctionbuildBanned
(banned: boolean)
src/helpers/toastMessages.ts:169
↓ 3 callersFunctionbuildCommentMessage
(comment: Comment)
src/features/moderation/logs/types/shared.ts:17
↓ 3 callersFunctionbuildImageSrc
(url: string, options?: PictrsOptions)
src/features/media/CachedImg.tsx:67
↓ 3 callersFunctioncommentEllipsis
(page: Page, commentId: number)
e2e/lemmyv1/composing.spec.ts:47
↓ 3 callersFunctioncommunityView
()
e2e/lemmyv1/search.spec.ts:27
↓ 3 callersFunctioncontinueListOnEnter
( controller: EditorController, e: KeyboardEvent, )
src/features/shared/markdown/editing/listContinuation.ts:22
↓ 3 callersFunctionconvertPostSortToLemmyV0Params
( sort: VgerPostSortTypeByMode["lemmyv0"], )
src/features/feed/sort/useFeedSort.tsx:388
↓ 3 callersFunctiondecorateMarkdownToHtml
(source: string)
src/features/shared/markdown/editing/rich/markdownDecorator.ts:280
↓ 3 callersFunctiondetermineObjectTypeFromUrl
(link: string)
src/features/shared/useLemmyUrlHandler.ts:188
↓ 3 callersFunctiondismissSheet
()
e2e/lemmyv1/composing.spec.ts:427
↓ 3 callersFunctionemit
(event: string)
src/features/shared/markdown/editing/controller.test.ts:24
↓ 3 callersFunctionescapeSearchQuery
(search: string)
src/helpers/appLinkBuilder.ts:32
↓ 3 callersFunctionfilterCapableOptions
( options: Record<string, SwipeAction>, )
src/features/settings/gestures/SwipeSettings.tsx:69
↓ 3 callersFunctionfindStartIndex
(virtuaRef: VListHandle)
src/helpers/virtua.tsx:26
↓ 3 callersFunctionfollowCommunity
(follow: boolean, communityId: number)
src/features/community/communitySlice.ts:130
← previousnext →101–200 of 1,705, ranked by callers