Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/cloudfoundry/cli
/ TotalCommands
Method
TotalCommands
cf/commandregistry/registry.go:115–117 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
113
}
114
115
func
(r *registry) TotalCommands() int {
116
return
len(r.cmd)
117
}
118
119
func
(r *registry) MaxCommandNameLength() int {
120
maxNameLen := 0
Callers
2
commands_loader_test.go
File · 0.80
registry_test.go
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected