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

Method Run

shell/supervisor.go:35–40  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33}
34
35func (w *wrapper) Run() error {
36 if err := w.Start(); err != nil {
37 return err
38 }
39 return w.Wait()
40}
41
42func (w *wrapper) RunAndGetOutput() ([]byte, []byte, error) {
43 stdout := &bytes.Buffer{}

Callers 1

RunAndGetOutputMethod · 0.95

Calls 2

StartMethod · 0.95
WaitMethod · 0.95

Tested by

no test coverage detected