Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
57
func
(c *PluginConfig) RemovePlugin(name string) {
58
c.write(
func
() {
59
delete(c.data.Plugins, name)
60
})
61
}
62
63
func
(c *PluginConfig) ListCommands() []string {
64
plugins := c.Plugins()
Callers
nothing calls this directly
Calls
1
write
Method · 0.95
Tested by
no test coverage detected