MCPcopy Create free account

hub / github.com/SIMARSINGHRAYAT/Gitzo / functions

Functions50 in github.com/SIMARSINGHRAYAT/Gitzo

↓ 27 callersFunctionghFetch
(path: string, token: string, options?: RequestInit)
src/utils/github.ts:8
↓ 13 callersFunctionhandleGitError
Standard error handler for git operations
src/utils/github.ts:162
↓ 8 callersFunctionsleep
(ms: number)
src/utils/github.ts:147
↓ 6 callersFunctioncn
(...inputs: ClassValue[])
src/utils/cn.ts:4
↓ 6 callersFunctiondelay
(ms: number)
src/App.tsx:32
↓ 5 callersFunctiongetDefaultBranchSHA
( token: string, owner: string, repo: string, branch: string )
src/utils/github.ts:173
↓ 4 callersFunctionghGraphQL
( token: string, query: string, variables?: Record<string, unknown> )
src/utils/github.ts:599
↓ 4 callersFunctionuid
()
src/App.tsx:31
↓ 4 callersFunctionupdateCoAuthor
(idx: number, field: keyof CoAuthor, value: string)
src/App.tsx:170
↓ 3 callersFunctioncreateBranch
( token: string, owner: string, repo: string, branchName: string, sha: string )
src/utils/github.ts:222
↓ 3 callersFunctioncreatePullRequest
( token: string, owner: string, repo: string, title: string, body: string, head: string, base: s
src/utils/github.ts:429
↓ 3 callersFunctiondeleteBranch
( token: string, owner: string, repo: string, branchName: string )
src/utils/github.ts:574
↓ 3 callersFunctionmergePullRequest
( token: string, owner: string, repo: string, pullNumber: number, mergeMethod: MergeMethod = 'merge'
src/utils/github.ts:516
↓ 3 callersFunctionwaitForMergeable
( token: string, owner: string, repo: string, pullNumber: number, maxAttempts = 15, pollInterval =
src/utils/github.ts:488
↓ 2 callersFunctioncreateMultiFileCommitWithCoAuthors
( token: string, owner: string, repo: string, branch: string, files: { path: string; content: string
src/utils/github.ts:340
↓ 2 callersFunctiongetDefaultBranchSHAWithRetry
( token: string, owner: string, repo: string, branch: string, previousSHA?: string, retries = 5,
src/utils/github.ts:194
↓ 2 callersFunctionutf8ToBase64
* Encode a UTF-8 string to base64 safely (supports non-ASCII characters).
src/utils/github.ts:152
↓ 1 callersFunctioncloseIssue
( token: string, owner: string, repo: string, issueNumber: number )
src/utils/github.ts:126
↓ 1 callersFunctioncreateFileOnBranch
( token: string, owner: string, repo: string, branch: string, filePath: string, content: string,
src/utils/github.ts:270
↓ 1 callersFunctioncreateIssue
( token: string, owner: string, repo: string, title: string, body: string, labels: string[] )
src/utils/github.ts:93
↓ 1 callersFunctiondetectTokenType
(token: string)
src/utils/github.ts:26
↓ 1 callersFunctionfetchAllRepos
(token: string)
src/utils/github.ts:51
↓ 1 callersFunctionhandleSelectRepo
(repo: GitHubRepo)
src/App.tsx:131
↓ 1 callersFunctionremoveCoAuthor
(idx: number)
src/App.tsx:169
↓ 1 callersFunctionrequestPRReview
( token: string, owner: string, repo: string, pullNumber: number, reviewers: string[] )
src/utils/github.ts:461
↓ 1 callersFunctionreset
()
src/App.tsx:310
↓ 1 callersFunctionstartCreatingPRs
()
src/App.tsx:235
↓ 1 callersFunctionstartCreatingPairs
()
src/App.tsx:271
↓ 1 callersFunctionstartQuickdrawBadgeWorkflow
()
src/App.tsx:182
↓ 1 callersFunctionstartYOLOBadgeWorkflow
()
src/App.tsx:201
↓ 1 callersFunctiontestRepoPermission
( token: string, owner: string, repo: string )
src/utils/github.ts:69
↓ 1 callersFunctionvalidatePRConfig
(templates: PRTemplate[])
src/App.tsx:35
↓ 1 callersFunctionvalidatePairConfig
(coAuthors: CoAuthor[], templates: PairTemplate[])
src/App.tsx:46
↓ 1 callersFunctionvalidateToken
(token: string)
src/utils/github.ts:33
FunctionApp
()
src/App.tsx:59
FunctionaddCoAuthor
()
src/App.tsx:168
FunctionaddDiscussionComment
( token: string, discussionId: string, body: string )
src/utils/github.ts:735
FunctioncancelCreation
()
src/App.tsx:320
FunctioncreateDiscussion
( token: string, repoNodeId: string, categoryId: string, title: string, body: string )
src/utils/github.ts:685
Functiondisconnect
()
src/App.tsx:311
FunctiongeneratePRs
()
src/App.tsx:156
FunctiongeneratePairTemplates
()
src/App.tsx:172
FunctiongenerateQuickdrawBadge
()
src/App.tsx:143
FunctiongenerateYOLOBadge
()
src/App.tsx:147
FunctiongetRepoDiscussionCategories
( token: string, owner: string, repo: string )
src/utils/github.ts:634
FunctionhandleStart
()
src/App.tsx:303
Functionhandler
(e: MouseEvent)
src/App.tsx:102
FunctionmarkDiscussionCommentAsAnswer
( token: string, commentId: string )
src/utils/github.ts:769
FunctiontogglePause
()
src/App.tsx:319
FunctionvalidateSecondToken
( token: string, primaryLogin: string )
src/utils/github.ts:801