Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/spf13/cobra
/ byName
TypeAlias
byName
doc/util.go:48–48 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
46
}
47
48
type
byName []*cobra.Command
49
50
func
(s byName) Len() int {
return
len(s) }
51
func
(s byName) Swap(i, j int) { s[i], s[j] = s[j], s[i] }
Callers
4
genMan
Function · 0.85
GenYamlCustom
Function · 0.85
GenReSTCustom
Function · 0.85
GenMarkdownCustom
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected