(e *Executor)
| 577 | } |
| 578 | |
| 579 | func (o *stdoutOption) ApplyToExecutor(e *Executor) { |
| 580 | e.Stdout = o.stdout |
| 581 | } |
| 582 | |
| 583 | // WithStderr sets the [Executor]'s standard error [io.Writer]. |
| 584 | func WithStderr(stderr io.Writer) ExecutorOption { |
nothing calls this directly
no outgoing calls
no test coverage detected