Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
35
func
(w *wrapper) Run() error {
36
if
err := w.Start(); err != nil {
37
return
err
38
}
39
return
w.Wait()
40
}
41
42
func
(w *wrapper) RunAndGetOutput() ([]byte, []byte, error) {
43
stdout := &bytes.Buffer{}
Callers
1
RunAndGetOutput
Method · 0.95
Calls
2
Start
Method · 0.95
Wait
Method · 0.95
Tested by
no test coverage detected