MCPcopy Create free account
hub / github.com/algolia/cli / SortedCategoryNames

Method SortedCategoryNames

pkg/cmdutil/category_flagset.go:41–48  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

39}
40
41func (c *CategoryFlagSet) SortedCategoryNames() []string {
42 var names []string
43 for name := range c.Categories {
44 names = append(names, name)
45 }
46 sort.Strings(names)
47 return names
48}

Callers 2

rootHelpFuncFunction · 0.95
newCommandFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected