Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
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
188
func
(c *command) startCommandCenter() {
189
utils.FatalOnErr(c.cmdCenter.Start())
190
}
191
192
func
(c *command) stopCommandCenter() {
193
c.cmdCenter.Stop()
Callers
1
Run
Method · 0.95
Calls
2
FatalOnErr
Function · 0.92
Start
Method · 0.45
Tested by
no test coverage detected