MCPcopy Create free account

hub / github.com/SamuelPinho/gitgraph-creator / functions

Functions19 in github.com/SamuelPinho/gitgraph-creator

↓ 7 callersFunctionuseGitContext
()
src/context/git.tsx:272
↓ 4 callersFunctiongetCommitElement
(hash: CommitType["hash"])
src/context/git.tsx:98
↓ 2 callersFunctionresetElement
(element: HTMLElement, color: string)
src/context/git.tsx:93
↓ 1 callersFunctioncreateBranch
({ baseBranch, branchName, firstCommitMessage, }: CreateBranchModalData)
src/context/git.tsx:152
↓ 1 callersFunctioncreateCommit
({ commitMessage }: AddComitToBranchModalData)
src/context/git.tsx:213
↓ 1 callersFunctioneditCommit
({ commitMessage }: AddComitToBranchModalData)
src/context/git.tsx:184
↓ 1 callersFunctiongetDefaultBaseBranch
(commit: CommitType)
src/components/ModalCreateBranch/index.tsx:36
↓ 1 callersFunctionhandleChangeDotFillColor
(element: HTMLElement, color: string)
src/context/git.tsx:87
↓ 1 callersFunctionmergeBranch
({ branchToMergeName }: MergeBranchModalData)
src/context/git.tsx:227
FunctionAddCommitToBranchModal
({ onClose, initialRef, }: { initialRef: React.MutableRefObject<HTMLElement | undefined>; } & Pick<UseDi
src/components/ModalAddCommitToBranch/index.tsx:18
FunctionApp
()
src/App.tsx:17
FunctionBottomNavbar
({ setModalName, onOpen }: BottomNavbarProps)
src/components/BottomNavbar/index.tsx:15
FunctionCreateBranchModal
({ onClose, initialRef, }: { initialRef: React.MutableRefObject<HTMLElement | undefined>; } & Pick<UseDi
src/components/ModalCreateBranch/index.tsx:25
FunctionGitProvider
({ children }: GitProviderProps)
src/context/git.tsx:107
FunctionMergeBranchModal
({ onClose, initialRef, }: { initialRef: React.MutableRefObject<HTMLElement | undefined>; } & Pick<UseDi
src/components/ModalMergeBranch/index.tsx:20
FunctionModalEditCommit
({ onClose, initialRef, }: { initialRef: React.MutableRefObject<HTMLElement | undefined>; } & Pick<UseDi
src/components/ModalEditCommit/index.tsx:18
FunctionSelectedCommit
({ commit, openAddCommitModal, openMergeBranchModal, openEditCommitModal, }: SelectedCommitProps)
src/components/SelectedCommit/index.tsx:12
FunctiondeselectCommit
()
src/context/git.tsx:244
FunctionhandleOnClick
(commit: CommitType)
src/context/git.tsx:115