MCPcopy 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
75func (cmd *cmdWrapper) SetStderr(out io.Writer) {
76 cmd.Stderr = out
77}
78
79func (cmd *cmdWrapper) SetEnv(env []string) {
80 cmd.Env = env

Callers 1

startProcessMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected