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

Function init

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

Source from the content-addressed store, hash-verified

17}
18
19func init() {
20 commandregistry.Register(FakeCommand2{Data: "FakeCommand2 data", req: fakeReq2{}})
21}
22
23func (cmd FakeCommand2) MetaData() commandregistry.CommandMetadata {
24 return commandregistry.CommandMetadata{

Callers

nothing calls this directly

Calls 1

RegisterFunction · 0.92

Tested by

no test coverage detected