MCPcopy Index your code
hub / github.com/DarthSim/overmind / processKill

Method processKill

start/command_center.go:135–139  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

133}
134
135func (c *commandCenter) processKill() {
136 for _, p := range c.cmd.processes {
137 p.Kill(false)
138 }
139}
140
141func (c *commandCenter) processQuit() {
142 c.cmd.Quit()

Callers 1

handleConnectionMethod · 0.95

Calls 1

KillMethod · 0.80

Tested by

no test coverage detected