MCPcopy 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
141func (c *commandCenter) processQuit() {
142 c.cmd.Quit()
143}
144
145func (c *commandCenter) processGetConnection(args []string, conn net.Conn) {
146 var proc *process

Callers 1

handleConnectionMethod · 0.95

Calls 1

QuitMethod · 0.80

Tested by

no test coverage detected