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

Function init

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

Source from the content-addressed store, hash-verified

43}
44
45func init() {
46 descCmd.AddCommand(descTagCmd)
47 addProjectFlag(descTagCmd)
48 verifyMarkFlagRequired(descTagCmd, "project")
49}
50
51func descTag(project, tag, 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