Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/cloudfoundry/cli
/ stopPlugin
Function
stopPlugin
plugin/rpc/run_plugin.go:38–41 ·
view source on GitHub ↗
(plugin *exec.Cmd)
Source
from the content-addressed store, hash-verified
36
}
37
38
func
stopPlugin(plugin *exec.Cmd) {
39
plugin.Process.Kill()
40
plugin.Wait()
41
}
Callers
1
RunMethodIfExists
Function · 0.85
Calls
1
Wait
Method · 0.65
Tested by
no test coverage detected