Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/runfinch/finch
/ Output
Method
Output
pkg/command/exec.go:42–45 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
40
}
41
42
func
(c *execCmd) Output() ([]byte, error) {
43
b, err := c.Cmd.Output()
44
return
b, wrapIfExitError(err)
45
}
46
47
func
(c *execCmd) SetEnv(env []string) {
48
c.Env = env
Callers
nothing calls this directly
Calls
2
wrapIfExitError
Function · 0.85
Output
Method · 0.65
Tested by
no test coverage detected