Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
135
func
(c *commandCenter) processKill() {
136
for
_, p :=
range
c.cmd.processes {
137
p.Kill(false)
138
}
139
}
140
141
func
(c *commandCenter) processQuit() {
142
c.cmd.Quit()
Callers
1
handleConnection
Method · 0.95
Calls
1
Kill
Method · 0.80
Tested by
no test coverage detected