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

Function init

cmd/desc_branch.go:45–49  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

43}
44
45func init() {
46 descCmd.AddCommand(descBranchCmd)
47 addProjectFlag(descBranchCmd)
48 verifyMarkFlagRequired(descBranchCmd, "project")
49}
50
51func descBranch(project, branch, out string) error {
52 git, err := newGitlabClient()

Callers

nothing calls this directly

Calls 2

addProjectFlagFunction · 0.85
verifyMarkFlagRequiredFunction · 0.85

Tested by

no test coverage detected