Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
24
type
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
command_list_v7_test.go
File · 0.65
GetAndValidatePlugin
Method · 0.65
Implementers
2
commandList
command/common/command_list_v7.go
FakeCommandList
actor/pluginaction/pluginactionfakes/f
Calls
no outgoing calls
Tested by
no test coverage detected