Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/DarthSim/overmind
/ processQuit
Method
processQuit
start/command_center.go:141–143 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
139
}
140
141
func
(c *commandCenter) processQuit() {
142
c.cmd.Quit()
143
}
144
145
func
(c *commandCenter) processGetConnection(args []string, conn net.Conn) {
146
var
proc *process
Callers
1
handleConnection
Method · 0.95
Calls
1
Quit
Method · 0.80
Tested by
no test coverage detected