MCPcopy
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
38func stopPlugin(plugin *exec.Cmd) {
39 plugin.Process.Kill()
40 plugin.Wait()
41}

Callers 1

RunMethodIfExistsFunction · 0.85

Calls 1

WaitMethod · 0.65

Tested by

no test coverage detected