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

Function newCommandCenter

start/command_center.go:28–34  ·  view source on GitHub ↗
(cmd *command, socket, network string)

Source from the content-addressed store, hash-verified

26}
27
28func newCommandCenter(cmd *command, socket, network string) *commandCenter {
29 return &commandCenter{
30 cmd: cmd,
31 SocketPath: socket,
32 Network: network,
33 }
34}
35
36func (c *commandCenter) Start() (err error) {
37 if c.listener, err = net.Listen(c.Network, c.SocketPath); err != nil {

Callers 1

newCommandFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…