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

Method HasAlias

actor/pluginaction/install.go:26–26  ·  view source on GitHub ↗
(string)

Source from the content-addressed store, hash-verified

24type CommandList interface {
25 HasCommand(string) bool
26 HasAlias(string) bool
27}
28
29// CreateExecutableCopy makes a temporary copy of a plugin binary and makes it

Callers 2

GetAndValidatePluginMethod · 0.65

Implementers 2

commandListcommand/common/command_list_v7.go
FakeCommandListactor/pluginaction/pluginactionfakes/f

Calls

no outgoing calls

Tested by

no test coverage detected