MCPcopy 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
59func (c *commandCenter) Stop() {
60 c.stop = true
61 c.listener.Close()
62}
63
64func (c *commandCenter) handleConnection(conn net.Conn) {
65 re := regexp.MustCompile(`\S+`)

Callers 1

processStopMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected