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

Function init

plugin/rpc/fakecommand/fake_command1.go:18–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16}
17
18func init() {
19 commandregistry.Register(FakeCommand1{Data: "FakeCommand1 data", req: fakeReq{ui: nil}})
20}
21
22func (cmd FakeCommand1) MetaData() commandregistry.CommandMetadata {
23 return commandregistry.CommandMetadata{

Callers

nothing calls this directly

Calls 1

RegisterFunction · 0.92

Tested by

no test coverage detected