MCPcopy
hub / github.com/cloudfoundry/cli / Register

Function Register

cf/commandregistry/registry.go:58–63  ·  view source on GitHub ↗
(cmd Command)

Source from the content-addressed store, hash-verified

56}
57
58func Register(cmd Command) {
59 m := cmd.MetaData()
60 Commands.cmd[m.Name] = cmd
61
62 Commands.alias[m.ShortName] = m.Name
63}
64
65func (r *registry) FindCommand(name string) Command {
66 if _, ok := r.cmd[name]; ok {

Callers 15

initFunction · 0.92
initFunction · 0.92
initFunction · 0.92
initFunction · 0.92
initFunction · 0.92
initFunction · 0.92
initFunction · 0.92
initFunction · 0.92
initFunction · 0.92
initFunction · 0.92
initFunction · 0.92
initFunction · 0.92

Calls 1

MetaDataMethod · 0.65

Tested by

no test coverage detected