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

Function init

plugin/rpc/fakecommand/fake_command3.go:13–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11}
12
13func init() {
14 commandregistry.Register(FakeCommand3{Data: "FakeCommand3 data"})
15}
16
17func (cmd FakeCommand3) MetaData() commandregistry.CommandMetadata {
18 return commandregistry.CommandMetadata{

Callers

nothing calls this directly

Calls 1

RegisterFunction · 0.92

Tested by

no test coverage detected