MCPcopy 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
115func (r *registry) TotalCommands() int {
116 return len(r.cmd)
117}
118
119func (r *registry) MaxCommandNameLength() int {
120 maxNameLen := 0

Callers 2

registry_test.goFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected