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

Function runDescGroup

cmd/desc_group.go:50–57  ·  view source on GitHub ↗
(cmd *cobra.Command, group string)

Source from the content-addressed store, hash-verified

48}
49
50func runDescGroup(cmd *cobra.Command, group string) error {
51 groupInfo, err := descGroup(group)
52 if err != nil {
53 return err
54 }
55 printGroupsOut(getFlagString(cmd, "out"), groupInfo)
56 return nil
57}
58
59func descGroup(group string) (*gitlab.Group, error) {
60 git, err := newGitlabClient()

Callers 1

desc_group.goFile · 0.85

Calls 3

descGroupFunction · 0.85
printGroupsOutFunction · 0.85
getFlagStringFunction · 0.85

Tested by

no test coverage detected