Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DarthSim/overmind
/ Stop
Method
Stop
start/command_center.go:59–62 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
57
}
58
59
func
(c *commandCenter) Stop() {
60
c.stop = true
61
c.listener.Close()
62
}
63
64
func
(c *commandCenter) handleConnection(conn net.Conn) {
65
re := regexp.MustCompile(`\S+`)
Callers
1
processStop
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected