MCPcopy Index your code
hub / github.com/DarthSim/overmind / startCommandCenter

Method startCommandCenter

start/command.go:188–190  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

186}
187
188func (c *command) startCommandCenter() {
189 utils.FatalOnErr(c.cmdCenter.Start())
190}
191
192func (c *command) stopCommandCenter() {
193 c.cmdCenter.Stop()

Callers 1

RunMethod · 0.95

Calls 2

FatalOnErrFunction · 0.92
StartMethod · 0.45

Tested by

no test coverage detected