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

Method RemovePlugin

cf/configuration/pluginconfig/plugin_config.go:57–61  ·  view source on GitHub ↗
(name string)

Source from the content-addressed store, hash-verified

55}
56
57func (c *PluginConfig) RemovePlugin(name string) {
58 c.write(func() {
59 delete(c.data.Plugins, name)
60 })
61}
62
63func (c *PluginConfig) ListCommands() []string {
64 plugins := c.Plugins()

Callers

nothing calls this directly

Calls 1

writeMethod · 0.95

Tested by

no test coverage detected