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

Function init

plugin/rpc/fakecommand/fake_command4.go:17–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15}
16
17func init() {
18 commandregistry.Register(FakeCommand4{Data: "FakeCommand4 data"})
19}
20
21func (cmd FakeCommand4) MetaData() commandregistry.CommandMetadata {
22 return commandregistry.CommandMetadata{

Callers

nothing calls this directly

Calls 1

RegisterFunction · 0.92

Tested by

no test coverage detected