Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SIMARSINGHRAYAT/Gitzo
/ functions
Functions
50 in github.com/SIMARSINGHRAYAT/Gitzo
⨍
Functions
50
◇
Types & classes
9
↓ 27 callers
Function
ghFetch
(path: string, token: string, options?: RequestInit)
src/utils/github.ts:8
↓ 13 callers
Function
handleGitError
Standard error handler for git operations
src/utils/github.ts:162
↓ 8 callers
Function
sleep
(ms: number)
src/utils/github.ts:147
↓ 6 callers
Function
cn
(...inputs: ClassValue[])
src/utils/cn.ts:4
↓ 6 callers
Function
delay
(ms: number)
src/App.tsx:32
↓ 5 callers
Function
getDefaultBranchSHA
( token: string, owner: string, repo: string, branch: string )
src/utils/github.ts:173
↓ 4 callers
Function
ghGraphQL
( token: string, query: string, variables?: Record<string, unknown> )
src/utils/github.ts:599
↓ 4 callers
Function
uid
()
src/App.tsx:31
↓ 4 callers
Function
updateCoAuthor
(idx: number, field: keyof CoAuthor, value: string)
src/App.tsx:170
↓ 3 callers
Function
createBranch
( token: string, owner: string, repo: string, branchName: string, sha: string )
src/utils/github.ts:222
↓ 3 callers
Function
createPullRequest
( token: string, owner: string, repo: string, title: string, body: string, head: string, base: s
src/utils/github.ts:429
↓ 3 callers
Function
deleteBranch
( token: string, owner: string, repo: string, branchName: string )
src/utils/github.ts:574
↓ 3 callers
Function
mergePullRequest
( token: string, owner: string, repo: string, pullNumber: number, mergeMethod: MergeMethod = 'merge'
src/utils/github.ts:516
↓ 3 callers
Function
waitForMergeable
( token: string, owner: string, repo: string, pullNumber: number, maxAttempts = 15, pollInterval =
src/utils/github.ts:488
↓ 2 callers
Function
createMultiFileCommitWithCoAuthors
( token: string, owner: string, repo: string, branch: string, files: { path: string; content: string
src/utils/github.ts:340
↓ 2 callers
Function
getDefaultBranchSHAWithRetry
( token: string, owner: string, repo: string, branch: string, previousSHA?: string, retries = 5,
src/utils/github.ts:194
↓ 2 callers
Function
utf8ToBase64
* Encode a UTF-8 string to base64 safely (supports non-ASCII characters).
src/utils/github.ts:152
↓ 1 callers
Function
closeIssue
( token: string, owner: string, repo: string, issueNumber: number )
src/utils/github.ts:126
↓ 1 callers
Function
createFileOnBranch
( token: string, owner: string, repo: string, branch: string, filePath: string, content: string,
src/utils/github.ts:270
↓ 1 callers
Function
createIssue
( token: string, owner: string, repo: string, title: string, body: string, labels: string[] )
src/utils/github.ts:93
↓ 1 callers
Function
detectTokenType
(token: string)
src/utils/github.ts:26
↓ 1 callers
Function
fetchAllRepos
(token: string)
src/utils/github.ts:51
↓ 1 callers
Function
handleSelectRepo
(repo: GitHubRepo)
src/App.tsx:131
↓ 1 callers
Function
removeCoAuthor
(idx: number)
src/App.tsx:169
↓ 1 callers
Function
requestPRReview
( token: string, owner: string, repo: string, pullNumber: number, reviewers: string[] )
src/utils/github.ts:461
↓ 1 callers
Function
reset
()
src/App.tsx:310
↓ 1 callers
Function
startCreatingPRs
()
src/App.tsx:235
↓ 1 callers
Function
startCreatingPairs
()
src/App.tsx:271
↓ 1 callers
Function
startQuickdrawBadgeWorkflow
()
src/App.tsx:182
↓ 1 callers
Function
startYOLOBadgeWorkflow
()
src/App.tsx:201
↓ 1 callers
Function
testRepoPermission
( token: string, owner: string, repo: string )
src/utils/github.ts:69
↓ 1 callers
Function
validatePRConfig
(templates: PRTemplate[])
src/App.tsx:35
↓ 1 callers
Function
validatePairConfig
(coAuthors: CoAuthor[], templates: PairTemplate[])
src/App.tsx:46
↓ 1 callers
Function
validateToken
(token: string)
src/utils/github.ts:33
Function
App
()
src/App.tsx:59
Function
addCoAuthor
()
src/App.tsx:168
Function
addDiscussionComment
( token: string, discussionId: string, body: string )
src/utils/github.ts:735
Function
cancelCreation
()
src/App.tsx:320
Function
createDiscussion
( token: string, repoNodeId: string, categoryId: string, title: string, body: string )
src/utils/github.ts:685
Function
disconnect
()
src/App.tsx:311
Function
generatePRs
()
src/App.tsx:156
Function
generatePairTemplates
()
src/App.tsx:172
Function
generateQuickdrawBadge
()
src/App.tsx:143
Function
generateYOLOBadge
()
src/App.tsx:147
Function
getRepoDiscussionCategories
( token: string, owner: string, repo: string )
src/utils/github.ts:634
Function
handleStart
()
src/App.tsx:303
Function
handler
(e: MouseEvent)
src/App.tsx:102
Function
markDiscussionCommentAsAnswer
( token: string, commentId: string )
src/utils/github.ts:769
Function
togglePause
()
src/App.tsx:319
Function
validateSecondToken
( token: string, primaryLogin: string )
src/utils/github.ts:801