Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/envbox
/ SetStderr
Method
SetStderr
xunix/exec.go:75–77 ·
view source on GitHub ↗
(out io.Writer)
Source
from the content-addressed store, hash-verified
73
}
74
75
func
(cmd *cmdWrapper) SetStderr(out io.Writer) {
76
cmd.Stderr = out
77
}
78
79
func
(cmd *cmdWrapper) SetEnv(env []string) {
80
cmd.Env = env
Callers
1
startProcess
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected