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

Method Install

cf/actors/plugininstaller/plugin_installer.go:14–14  ·  view source on GitHub ↗
(inputSourceFilepath string)

Source from the content-addressed store, hash-verified

12
13type PluginInstaller interface {
14 Install(inputSourceFilepath string) string
15}
16
17type Context struct {

Callers 1

ExecuteMethod · 0.95

Implementers 3

pluginInstallerWithRepocf/actors/plugininstaller/plugin_insta
pluginInstallerWithoutRepocf/actors/plugininstaller/plugin_insta
FakePluginInstallercf/actors/plugininstaller/plugininstal

Calls

no outgoing calls

Tested by

no test coverage detected