Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
71
func
(cmd *cmdWrapper) SetStdout(out io.Writer) {
72
cmd.Stdout = out
73
}
74
75
func
(cmd *cmdWrapper) SetStderr(out io.Writer) {
76
cmd.Stderr = out
Callers
1
startProcess
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected