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

Method Command

plugin/rpc/call_command_registry.go:14–14  ·  view source on GitHub ↗
([]string, commandregistry.Dependency, bool)

Source from the content-addressed store, hash-verified

12
13type CommandRunner interface {
14 Command([]string, commandregistry.Dependency, bool) error
15}
16
17type commandRunner struct{}

Callers 15

helloFunction · 0.65
CFFunction · 0.65
CustomCFFunction · 0.65
CFWithStdinFunction · 0.65
CallCoreCommandMethod · 0.65
GetAppMethod · 0.65

Implementers 2

commandRunnerplugin/rpc/call_command_registry.go
FakeCommandRunnerplugin/rpc/rpcfakes/fake_command_runne

Calls

no outgoing calls

Tested by

no test coverage detected