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

Method Execute

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

Source from the content-addressed store, hash-verified

53}
54
55func (f fakeReq2) Execute() error {
56 f.ui.Say("Requirement executed and failed")
57 return errors.New("Requirement executed and failed")
58}

Callers

nothing calls this directly

Calls 1

SayMethod · 0.65

Tested by

no test coverage detected