MCPcopy Create free account
hub / github.com/Shopify/goose / Start

Method Start

shell/supervisor.go:31–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29}
30
31func (w *wrapper) Start() error {
32 return w.cmd.Start()
33}
34
35func (w *wrapper) Run() error {
36 if err := w.Start(); err != nil {

Callers 1

RunMethod · 0.95

Calls 1

StartMethod · 0.65

Tested by

no test coverage detected