MCPcopy Create free account

hub / github.com/Fredkiss3/gh-next / functions

Functions362 in github.com/Fredkiss3/gh-next

↓ 1 callersFunctiongetIssueAuthorsByName
(name: string)
src/models/issues/index.ts:51
↓ 1 callersFunctiongetIssueAuthorsByUsername
(username: string)
src/models/issues/index.ts:69
↓ 1 callersFunctiongetIssueList
(filters: IssueSearchFilters, page: number)
src/actions/issue.action.tsx:49
↓ 1 callersFunctiongetKV
()
src/lib/server/kv/index.server.ts:18
↓ 1 callersFunctiongetLabelsByName
(name: string)
src/models/label.ts:15
↓ 1 callersFunctiongetLabelsCount
()
src/models/label.ts:21
↓ 1 callersFunctiongetMultipleIssuesPerRepositories
( payload: { user: string; project: string; no: string; }[] )
src/models/issues/index.ts:154
↓ 1 callersFunctiongetMultipleUserByUsername
(usernames: string[])
src/models/user.ts:64
↓ 1 callersFunctiongetOpenIssuesCount
()
src/models/issues/index.ts:16
↓ 1 callersFunctiongetOrInsertUserFromGithubProfile
( ghUser: z.TypeOf<typeof githubUserSchema> )
src/models/user.ts:15
↓ 1 callersFunctiongetSelectionStartAndSelectionEnd
( text: string, cursorPosition: number )
src/components/markdown-editor/markdown-editor-toolbar.tsx:505
↓ 1 callersFunctiongetSingleIssueWithLabelAndUser
( payload: { user: string; project: string; no: number; }, currentUser?: User | null )
src/models/issues/index.ts:216
↓ 1 callersFunctiongetStatsForIssueSearch
* Get the statistics of the search query : the # of open/closed issues * @param filters * @returns
src/models/issues/search.ts:564
↓ 1 callersFunctiongetUserById
(id: number)
src/models/user.ts:43
↓ 1 callersFunctiongetUserByUsername
(username: string)
src/models/user.ts:55
↓ 1 callersMethodgetUserSessions
(userId: number)
src/lib/server/session.server.ts:300
↓ 1 callersFunctiongetVisibleAndHiddenToolbarItemGroups
( itemGroups: Array<ActionToolbarItemGroups>, maxNumberOfItemsVisible: number )
src/components/action-toolbar.tsx:223
↓ 1 callersMethodhGetAll
* @param {string} key The key under which to store the value. * @returns {Promise<Record<string, string>>}
src/lib/server/kv/webdis.server.mjs:100
↓ 1 callersMethodhSet
* @param {string} key The key under which to store the value. * @param {string} field The field * @param {string|number} value The value to stor
src/lib/server/kv/webdis.server.mjs:92
↓ 1 callersFunctionhandleChange
()
src/lib/client/hooks/use-media-query.ts:17
↓ 1 callersMethodhasFocus
()
scripts/github-query-builder-element.ts:512
↓ 1 callersFunctionhexToRGBHSL
(hex: string)
src/lib/shared/utils.shared.ts:138
↓ 1 callersFunctioninsertSingleIssue
(issue: GithubIssue)
scripts/fetchIssues.ts:500
↓ 1 callersMethodinvalidate
()
src/lib/server/session.server.ts:188
↓ 1 callersFunctionisButton
( props: LinkButtonProps | BaseButtonProps )
src/components/button.tsx:46
↓ 1 callersFunctionisLink
( props: LinkButtonProps | BaseButtonProps )
src/components/button.tsx:40
↓ 1 callersFunctionisPrivateOrLocalIP
(ip: string)
src/middleware.ts:36
↓ 1 callersMethoditemIsExpanded
(item: HTMLElement | null)
scripts/github-action-list-element.ts:133
↓ 1 callersFunctionlifetimeCache
( fn: T )
src/lib/shared/lifetime-cache.ts:12
↓ 1 callersFunctionlistFilesRecursively
(dir = ".next")
src/components/custom-rsc-renderer/load-client-references.ts:15
↓ 1 callersFunctionlistener
()
src/components/tailwind-indicator.tsx:7
↓ 1 callersFunctionloadClientRefs
()
src/components/custom-rsc-renderer/load-client-references.ts:43
↓ 1 callersFunctionloginUser
(user: any)
src/actions/auth.action.ts:71
↓ 1 callersFunctionmain
()
migrate.mjs:9
↓ 1 callersFunctionmain
()
scripts/fetchIssues.ts:1143
↓ 1 callersFunctionpasteLinkToTextarea
(text: string)
src/components/markdown-editor/markdown-editor.tsx:85
↓ 1 callersFunctionpathWithoutSlash
(path: string)
pr-preview-workflow/add-caddyfile.ts:54
↓ 1 callersMethodpause
()
src/lib/client/pauseable-timeout.ts:19
↓ 1 callersFunctionpreloadAuthedUser
()
src/components/user-dropdown/user-dropdown.server.tsx:14
↓ 1 callersFunctionread
()
src/components/custom-rsc-renderer/render-rsc-to-string.ts:26
↓ 1 callersMethodremoveHighlightFromActiveItem
(item: HTMLLIElement)
scripts/github-action-list-element.ts:215
↓ 1 callersFunctionrenderRSCtoString
(component: React.ReactNode)
src/components/custom-rsc-renderer/render-rsc-to-string.ts:7
↓ 1 callersMethodrequestProviders
()
scripts/github-query-builder-element.ts:235
↓ 1 callersFunctionresolveElement
(payloadOrPromise: string | Promise<string>)
src/components/custom-rsc-renderer/rsc-client-renderer.tsx:59
↓ 1 callersFunctionresolveReferences
( references: Reference[] )
src/components/markdown/markdown.tsx:172
↓ 1 callersMethodresume
()
src/lib/client/pauseable-timeout.ts:26
↓ 1 callersFunctionreversePaginate
( arr: T[], page: number, pageSize: number )
src/lib/shared/utils.shared.ts:519
↓ 1 callersMethodsAdd
* @param {string} key * @param {string|number} value * @returns {Promise<void>}
src/lib/server/kv/webdis.server.mjs:178
↓ 1 callersMethodsMembers
* @param {string} key * @returns {Promise<Array<string>>}
src/lib/server/kv/webdis.server.mjs:186
↓ 1 callersFunctionsearchIssues
( filters: IssueSearchFilters, currentPage: number, currentUser?: User | null )
src/models/issues/search.ts:35
↓ 1 callersMethodset
( key: any[], valuePromise: Thenable<T>, fetchFn: () => Promise<T> )
src/lib/shared/lifetime-cache.ts:89
↓ 1 callersMethodsetUserTheme
(theme: User["preferred_theme"])
src/lib/server/session.server.ts:152
↓ 1 callersMethodsetupFocusZone
()
scripts/github-action-list-element.ts:28
↓ 1 callersMethodstop
()
src/lib/client/pauseable-timeout.ts:31
↓ 1 callersFunctiontransformStreamToString
(stream: ReadableStream)
src/components/custom-rsc-renderer/render-rsc-to-string.ts:21
↓ 1 callersFunctiontransformStringToReadableStream
(input: string)
src/components/custom-rsc-renderer/rsc-client-renderer.tsx:68
↓ 1 callersMethodupdateScreenReaderFeedback
(inputString: string)
scripts/github-query-builder-element.ts:1129
↓ 1 callersFunctionupdateUserInfos
( data: UpdateUserProfileInfosInput, id: number )
src/models/user.ts:83
↓ 1 callersFunctionupdateUserTheme
(newTheme: Theme, id: number)
src/models/user.ts:90
↓ 1 callersFunctionuseIssueAuthorListByNameQuery
({ name = "" }: { name?: string; })
src/components/issues/use-issue-author-list-by-name-query.ts:4
↓ 1 callersFunctionuseIssueAuthorListQuery
({ name = "", enabled }: { name?: string; enabled: boolean; })
src/components/issues/use-issue-author-list-query.ts:4
↓ 1 callersFunctionusePagination
({ totalCount, perPage, siblingCount = 1, currentPage }: { totalCount: number; perPage: number;
src/lib/client/hooks/use-pagination.ts:13
↓ 1 callersFunctionusePromiseRenderMap
( renderPromise: (content: string) => Promise<React.JSX.Element> )
src/components/markdown-editor/markdown-editor.tsx:265
↓ 1 callersFunctionuseTypedParams
( schema: TSchema, errorMessage = "Error parsing params, you are maybe in the wrong route" )
src/lib/client/hooks/use-typed-params.ts:4
↓ 1 callersFunctionwait
(ms: number)
src/lib/shared/utils.shared.ts:70
Method#defaultParser
(inputValue: string)
scripts/github-query-builder-element.ts:1214
FunctionAccountSettingsPage
()
src/app/(app)/settings/account/page.tsx:18
FunctionActionList
({ items: groups, align = "right", className, itemsClassName, children, title, header, footer,
src/components/action-list.tsx:44
FunctionActionPage
( props: PageProps<{ user: string; repository: string }> )
src/app/(app)/[user]/[repository]/actions/page.tsx:16
FunctionAllSessions
({ userId }: { userId: number })
src/app/(app)/settings/sessions/page.tsx:97
FunctionAppLayout
({ children, header_subnav, page_title }: { children: React.ReactNode; header_subnav: React.ReactNod
src/app/(app)/layout.tsx:6
FunctionAssigneeFormInput
()
src/components/issues/new-issue-form.tsx:125
FunctionAsyncIssueHoverCardContents
({ user, repo, no }: { user: string; repo: string; no: number; })
src/actions/issue.action.tsx:89
FunctionAvatar
({ username, className, src, size = "medium" }: AvatarProps)
src/components/avatar.tsx:11
FunctionBadge
({ label, className }: BadgeProps)
src/components/badge.tsx:9
FunctionCache
( props: React.ComponentProps<typeof NextRscCacheComponent> )
src/components/cache.tsx:33
FunctionCard
({ className, children }: CardProps)
src/components/card.tsx:9
FunctionClearSearchButtonSection
()
src/components/issues/clear-search-button.tsx:11
FunctionClientProviders
({ children }: { children: React.ReactNode })
src/app/client-providers.tsx:7
FunctionCounterBadge
({ count }: CounterBadgeProps)
src/components/counter-badge.tsx:7
FunctionDefaultHeaderSubNav
()
src/app/(app)/@header_subnav/default.tsx:1
FunctionDefaultPageTitle
()
src/app/(app)/@page_title/default.tsx:1
FunctionDropdownSeparator
()
src/components/dropdown.tsx:54
FunctionEmptyState
(props: { user: string; repository: string })
src/components/issues/issue-list.tsx:297
FunctionExplorePageTitle
()
src/app/(app)/@page_title/page.tsx:5
FunctionFinishingLoader
()
src/components/top-loader.tsx:16
FunctionFooter
({}: FooterProps)
src/components/footer.tsx:12
FunctionGET
(request: NextRequest)
src/app/api/auth/callback/route.ts:11
FunctionGlobalError
({ error, reset }: { error: Error & { digest?: string }; reset: () => void; })
src/app/global-error.tsx:14
FunctionHeader
({ children, pageTitle }: HeaderProps)
src/components/header/header.tsx:33
FunctionHeaderNavLinks
({ className, params }: UnderlineNavbarProps)
src/components/header/header-navlinks.tsx:22
FunctionHomePageSkeleton
()
src/app/(app)/[user]/[repository]/page.tsx:449
FunctionIconSwitcher
()
src/components/icon-switcher.tsx:19
FunctionIssueAssigneeFilterActionList
({ children }: IssueAssigneeFilterActionProps)
src/components/issues/issue-assignee-filter-action-list.tsx:22
FunctionIssueAuthorFilterActionList
({ children }: IssueAuthorFilterActionProps)
src/components/issues/issue-author-filter-action-list.tsx:22
FunctionIssueContents
({ user, repository, no }: Pick<IssueHoverCardLinkProps, "user" | "repository" | "no">)
src/components/hovercard/issue-hovercard-link.tsx:68
FunctionIssueDetailPage
({ params }: IssueDetailPageProps)
src/app/(app)/[user]/[repository]/issues/[number]/page.tsx:53
FunctionIssueHoverCardContents
({ id, status, title, excerpt, createdAt, labels, isAuthor, userAvatarURL, isMentioned, ha
src/components/hovercard/issue-hovercard-contents.tsx:35
FunctionIssueHoverCardLink
({ children, className, href, ...props }: IssueHoverCardLinkProps)
src/components/hovercard/issue-hovercard-link.tsx:22
FunctionIssueHoverCardSkeleton
()
src/components/hovercard/issue-hovercard-contents.tsx:111
← previousnext →101–200 of 362, ranked by callers