MCPcopy Index your code
hub / github.com/coder/envbox / SetStdout

Method SetStdout

xunix/exec.go:71–73  ·  view source on GitHub ↗
(out io.Writer)

Source from the content-addressed store, hash-verified

69}
70
71func (cmd *cmdWrapper) SetStdout(out io.Writer) {
72 cmd.Stdout = out
73}
74
75func (cmd *cmdWrapper) SetStderr(out io.Writer) {
76 cmd.Stderr = out

Callers 1

startProcessMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected