MCPcopy
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
42func (c *execCmd) Output() ([]byte, error) {
43 b, err := c.Cmd.Output()
44 return b, wrapIfExitError(err)
45}
46
47func (c *execCmd) SetEnv(env []string) {
48 c.Env = env

Callers

nothing calls this directly

Calls 2

wrapIfExitErrorFunction · 0.85
OutputMethod · 0.65

Tested by

no test coverage detected