MCPcopy Index your code
hub / github.com/cloudfoundry/cli / RemoveCommand

Method RemoveCommand

cf/commandregistry/registry.go:111–113  ·  view source on GitHub ↗
(cmdName string)

Source from the content-addressed store, hash-verified

109}
110
111func (r *registry) RemoveCommand(cmdName string) {
112 delete(r.cmd, cmdName)
113}
114
115func (r *registry) TotalCommands() int {
116 return len(r.cmd)

Callers 2

registry_test.goFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected