Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/better-auth/better-hub
/ functions
Functions
1,887 in github.com/better-auth/better-hub
⨍
Functions
1,887
◇
Types & classes
448
↓ 1 callers
Function
fetchRepoFromGitHub
(octokit: Octokit, owner: string, repo: string)
apps/web/src/lib/github.ts:508
↓ 1 callers
Function
fetchRepoPageDataGraphQL
( token: string, owner: string, repo: string, )
apps/web/src/lib/github.ts:6780
↓ 1 callers
Function
fetchRepoReadmeFromGitHub
( octokit: Octokit, owner: string, repo: string, ref?: string, )
apps/web/src/lib/github.ts:603
↓ 1 callers
Function
fetchSecurityPolicy
( owner: string, repo: string, isEmptyRepo: boolean, )
apps/web/src/app/(app)/repos/[owner]/[repo]/security/page.tsx:7
↓ 1 callers
Function
fetchTagsPage
(owner: string, repo: string, page: number)
apps/web/src/app/(app)/repos/[owner]/[repo]/tags/actions.ts:5
↓ 1 callers
Function
fetchTokens
()
apps/web/src/components/repo/code-viewer-client.tsx:595
↓ 1 callers
Function
fetchUsedBy
(owner: string, repo: string)
apps/web/src/app/(app)/repos/[owner]/[repo]/readme-actions.ts:159
↓ 1 callers
Function
fetchUserOrgTopReposFromGitHub
( octokit: Octokit, orgLogins: string[], )
apps/web/src/lib/github.ts:1616
↓ 1 callers
Function
fetchUserProfile
(username: string)
apps/web/src/components/shared/user-tooltip.tsx:26
↓ 1 callers
Function
fetchUserProfileFromGitHub
(octokit: Octokit, username: string)
apps/web/src/lib/github.ts:1428
↓ 1 callers
Function
fetchUserStarredReposFromGitHub
( octokit: Octokit, username: string, perPage: number, )
apps/web/src/lib/github.ts:1136
↓ 1 callers
Function
fetchWorkflowRuns
( owner: string, repo: string, workflowId: number | null, page: number, )
apps/web/src/components/actions/actions-list.tsx:392
↓ 1 callers
Function
filterSignificantEvents
(events: RepoEvent[])
apps/web/src/components/repo/repo-overview.tsx:372
↓ 1 callers
Function
filterTree
(nodes: HeadingNode[], query: string)
apps/web/src/components/repo/document-outline.tsx:96
↓ 1 callers
Function
filterUserProfileReposForViewer
* User profile repo lists may include private repos when the GitHub token belongs to * the profile subject. That payload must never be shown to other
apps/web/src/lib/github.ts:1559
↓ 1 callers
Function
forkRepo
( owner: string, repo: string, organization?: string, )
apps/web/src/app/(app)/repos/actions.ts:34
↓ 1 callers
Function
formatBytes
(bytes: number)
apps/web/src/components/repo/releases-list.tsx:59
↓ 1 callers
Function
formatBytes
(bytes: number)
apps/web/src/components/repo/release-detail.tsx:60
↓ 1 callers
Function
formatCount
(n: number)
apps/web/src/components/settings/tabs/account-tab.tsx:33
↓ 1 callers
Function
formatDateGroup
(dateStr: string)
apps/web/src/components/people/person-detail.tsx:45
↓ 1 callers
Function
formatDownloads
(n: number)
apps/web/src/components/theme-store/theme-card.tsx:46
↓ 1 callers
Function
formatDownloads
(n: number)
apps/web/src/components/theme-store/theme-detail.tsx:34
↓ 1 callers
Function
formatDuration
(startedAt: string | null, completedAt: string | null)
apps/web/src/lib/utils.ts:57
↓ 1 callers
Function
formatJoinDate
(dateStr: string)
apps/web/src/components/settings/tabs/account-tab.tsx:39
↓ 1 callers
Function
formatJoinDate
(dateString: string)
apps/web/src/components/shared/user-tooltip.tsx:44
↓ 1 callers
Function
formatJoinedDate
(value: string | null)
apps/web/src/components/users/user-profile-content.tsx:96
↓ 1 callers
Function
formatJoinedDate
(value: string | null)
apps/web/src/components/orgs/org-detail-content.tsx:61
↓ 1 callers
Function
formatNum
(n: number)
apps/web/src/app/(app)/users/[username]/opengraph-image.tsx:85
↓ 1 callers
Function
formatRelativeTime
(dateStr: string)
apps/web/src/components/shared/ai-chat.tsx:443
↓ 1 callers
Function
formatTime
(seconds: number)
apps/web/src/app/(app)/error.tsx:65
↓ 1 callers
Function
generateThemeScript
(themes: ThemeDefinition[])
apps/web/src/lib/theme-script.ts:13
↓ 1 callers
Function
getAuthorDossier
( owner: string, repo: string, authorLogin: string, )
apps/web/src/lib/github.ts:7268
↓ 1 callers
Function
getBorderRadiusPreset
()
apps/web/src/lib/themes/border-radius.ts:35
↓ 1 callers
Function
getCachedBranches
(owner: string, repo: string)
apps/web/src/lib/repo-data-cache.ts:86
↓ 1 callers
Function
getCachedCheckStatus
( owner: string, repo: string, prNumber: number, )
apps/web/src/lib/github.ts:5845
↓ 1 callers
Function
getCachedContributorAvatars
( owner: string, repo: string, )
apps/web/src/lib/repo-data-cache.ts:62
↓ 1 callers
Function
getCachedOverviewCI
(owner: string, repo: string)
apps/web/src/lib/repo-data-cache.ts:209
↓ 1 callers
Function
getCachedOverviewCommitActivity
( owner: string, repo: string, )
apps/web/src/lib/repo-data-cache.ts:194
↓ 1 callers
Function
getCachedOverviewEvents
(owner: string, repo: string)
apps/web/src/lib/repo-data-cache.ts:182
↓ 1 callers
Function
getCachedOverviewIssues
(owner: string, repo: string)
apps/web/src/lib/repo-data-cache.ts:170
↓ 1 callers
Function
getCachedOverviewPRs
(owner: string, repo: string)
apps/web/src/lib/repo-data-cache.ts:158
↓ 1 callers
Function
getCachedRepoLanguages
( owner: string, repo: string, )
apps/web/src/lib/repo-data-cache.ts:37
↓ 1 callers
Function
getCachedRepoTree
(owner: string, repo: string)
apps/web/src/lib/repo-data-cache.ts:148
↓ 1 callers
Function
getCachedTags
(owner: string, repo: string)
apps/web/src/lib/repo-data-cache.ts:98
↓ 1 callers
Function
getClientHighlighter
()
apps/web/src/components/pr/collapsible-review-card.tsx:58
↓ 1 callers
Function
getCodeEditTools
(octokit: Octokit, commitAuthor?: CommitAuthor)
apps/web/src/app/api/ai/ghost/route.ts:2046
↓ 1 callers
Function
getCodeFrequency
(owner: string, repo: string)
apps/web/src/lib/github.ts:6655
↓ 1 callers
Function
getCompareLinkStatus
(params: { baseOwner: string; baseRepo: string; headOwner: string; headRepo: string; baseBranch: string;
apps/web/src/lib/github.ts:1273
↓ 1 callers
Function
getContentType
(filename: string)
apps/web/src/lib/image-upload-r2.ts:14
↓ 1 callers
Function
getCurrentUser
()
apps/web/src/app/(app)/repos/[owner]/[repo]/reaction-actions.ts:162
↓ 1 callers
Function
getCustomThemeById
(id: string)
apps/web/src/lib/theme-store.ts:336
↓ 1 callers
Function
getErrorMessage
(error: unknown)
apps/web/src/lib/github.ts:6009
↓ 1 callers
Function
getErrorStatus
(error: unknown)
apps/web/src/lib/github.ts:6003
↓ 1 callers
Function
getErrorStatus
(error: unknown)
apps/web/src/lib/utils.ts:14
↓ 1 callers
Function
getEventDescription
( event: RepoEvent, base: string, )
apps/web/src/components/repo/repo-activity-view.tsx:42
↓ 1 callers
Function
getEventDescription
(event: RepoEvent)
apps/web/src/components/repo/repo-overview.tsx:228
↓ 1 callers
Function
getForkSyncStatus
( owner: string, repo: string, defaultBranch: string, )
apps/web/src/lib/github.ts:7418
↓ 1 callers
Function
getGeistMono
()
apps/web/src/lib/og/og-utils.tsx:50
↓ 1 callers
Function
getGeistSans
()
apps/web/src/lib/og/og-utils.tsx:45
↓ 1 callers
Function
getGeneralTools
(octokit: Octokit, pageContext?: PageContext, userId?: string)
apps/web/src/app/api/ai/ghost/route.ts:237
↓ 1 callers
Function
getGhostTabState
(userId: string)
apps/web/src/lib/chat-store.ts:294
↓ 1 callers
Function
getGhostWelcomeResponse
()
apps/web/src/components/onboarding/onboarding-overlay.tsx:28
↓ 1 callers
Function
getGreeting
()
apps/web/src/components/dashboard/dashboard-content.tsx:1349
↓ 1 callers
Function
getInstallVariants
(code: string)
apps/web/src/components/shared/markdown-renderer.tsx:355
↓ 1 callers
Function
getInstalledCustomThemes
( userId: string, type?: CustomThemeType, )
apps/web/src/lib/theme-store.ts:295
↓ 1 callers
Function
getIssueImageUploadContext
( owner: string, repo: string, )
apps/web/src/app/(app)/repos/[owner]/[repo]/issues/actions.ts:359
↓ 1 callers
Function
getIssueTemplates
(owner: string, repo: string)
apps/web/src/app/(app)/repos/[owner]/[repo]/issues/actions.ts:60
↓ 1 callers
Function
getIssueTools
( octokit: Octokit, issueContext: IssueContext, defaultBranch: string, commitAuthor?: CommitAuthor, )
apps/web/src/app/api/ai/ghost/route.ts:1419
↓ 1 callers
Function
getLangFromPath
(path: string)
apps/web/src/components/pr/pr-conflict-resolver.tsx:68
↓ 1 callers
Function
getLanguages
(owner: string, repo: string)
apps/web/src/lib/github.ts:6709
↓ 1 callers
Function
getLatestRepoRelease
(owner: string, repo: string)
apps/web/src/lib/github.ts:2932
↓ 1 callers
Function
getLevel
(count: number)
apps/web/src/components/dashboard/contribution-chart.tsx:27
↓ 1 callers
Function
getMarqueeItem
( event: ActivityEvent, )
apps/web/src/components/dashboard/dashboard-content.tsx:1089
↓ 1 callers
Function
getMemoryTools
(userId: string)
apps/web/src/app/api/ai/ghost/route.ts:95
↓ 1 callers
Function
getMergeConflictTools
(octokit: Octokit, commitAuthor?: CommitAuthor)
apps/web/src/app/api/ai/ghost/route.ts:2329
↓ 1 callers
Function
getMessageText
(message: (typeof messages)[number])
apps/web/src/components/shared/ai-chat.tsx:1332
↓ 1 callers
Function
getMpThemeSSRStyle
(cookieStore: Awaited<ReturnType<typeof cookies>>)
apps/web/src/app/layout.tsx:65
↓ 1 callers
Function
getNearestCreditExpiry
(userId: string)
apps/web/src/lib/billing/credit.ts:57
↓ 1 callers
Function
getNotifHref
(notif: NotificationItem)
apps/web/src/components/layout/notification-sheet.tsx:29
↓ 1 callers
Function
getNotificationHref
(notif: NotificationItem)
apps/web/src/components/notifications/notifications-content.tsx:51
↓ 1 callers
Function
getNotificationHref
(notif: NotificationItem)
apps/web/src/components/dashboard/dashboard-content.tsx:376
↓ 1 callers
Function
getOctokitUser
(token: string)
apps/web/src/lib/auth.ts:18
↓ 1 callers
Function
getOrCreatePool
()
apps/web/src/lib/db.ts:13
↓ 1 callers
Function
getOutputHtml
(output: NotebookOutput)
apps/web/src/components/repo/notebook-viewer.tsx:45
↓ 1 callers
Function
getOutputImage
(output: NotebookOutput)
apps/web/src/components/repo/notebook-viewer.tsx:50
↓ 1 callers
Function
getOutputText
(output: NotebookOutput)
apps/web/src/components/repo/notebook-viewer.tsx:35
↓ 1 callers
Function
getPageHints
Derive smart suggestions, placeholder, and description from the current pathname
apps/web/src/components/shared/global-chat-panel.tsx:42
↓ 1 callers
Function
getPinnedItemUrls
( userId: string, owner: string, repo: string, )
apps/web/src/lib/pinned-items-store.ts:26
↓ 1 callers
Function
getPinnedItems
( userId: string, owner: string, repo: string, )
apps/web/src/lib/pinned-items-store.ts:14
↓ 1 callers
Function
getPinnedUrlsForRepo
(owner: string, repo: string)
apps/web/src/app/(app)/repos/[owner]/[repo]/pin-actions.ts:47
↓ 1 callers
Function
getPrOverviewAnalysis
( owner: string, repo: string, pullNumber: number, headSha?: string, )
apps/web/src/lib/pr-overview-store.ts:30
↓ 1 callers
Function
getPrTools
(octokit: Octokit, prContext: PRContext, commitAuthor?: CommitAuthor)
apps/web/src/app/api/ai/ghost/route.ts:1156
↓ 1 callers
Function
getPromptRequestComment
(id: string)
apps/web/src/lib/prompt-request-store.ts:245
↓ 1 callers
Function
getProvider
(check: CheckRun)
apps/web/src/components/pr/check-status-badge.tsx:63
↓ 1 callers
Function
getProvider
(check: CheckRun)
apps/web/src/components/pr/pr-checks-panel.tsx:68
↓ 1 callers
Function
getQueryClient
()
apps/web/src/components/providers/query-provider.tsx:19
↓ 1 callers
Function
getReactionUsers
( owner: string, repo: string, contentType: "issue" | "issueComment" | "pullRequestReviewComment", content
apps/web/src/app/(app)/repos/[owner]/[repo]/reaction-actions.ts:26
↓ 1 callers
Function
getRepoContributors
( owner: string, repo: string, perPage = 20, )
apps/web/src/lib/github.ts:6453
↓ 1 callers
Function
getRepoIssuesPage
(owner: string, repo: string)
apps/web/src/lib/github.ts:5098
↓ 1 callers
Function
getRepoLabels
( owner: string, repo: string, )
apps/web/src/app/(app)/repos/[owner]/[repo]/issues/actions.ts:229
← previous
next →
601–700 of 1,887, ranked by callers