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

Method Plugins

cf/configuration/pluginconfig/plugin_config.go:43–46  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

41}
42
43func (c *PluginConfig) Plugins() map[string]PluginMetadata {
44 c.read()
45 return c.data.Plugins
46}
47
48func (c *PluginConfig) SetPlugin(name string, metadata PluginMetadata) {
49 if c.data.Plugins == nil {

Callers 3

ListCommandsMethod · 0.95
MainFunction · 0.95
newAppPresenterFunction · 0.95

Calls 1

readMethod · 0.95

Tested by

no test coverage detected