MCPcopy Index your code
hub / github.com/devopsctl/gitlabctl / init

Function init

cmd/delete_branch.go:44–48  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

42}
43
44func init() {
45 deleteCmd.AddCommand(deleteBranchCmd)
46 addProjectFlag(deleteBranchCmd)
47 verifyMarkFlagRequired(deleteBranchCmd, "project")
48}
49
50func deleteBranch(project, branch string) error {
51 git, err := newGitlabClient()

Callers

nothing calls this directly

Calls 2

addProjectFlagFunction · 0.85
verifyMarkFlagRequiredFunction · 0.85

Tested by

no test coverage detected