(e *Executor)
| 564 | } |
| 565 | |
| 566 | func (o *stdinOption) ApplyToExecutor(e *Executor) { |
| 567 | e.Stdin = o.stdin |
| 568 | } |
| 569 | |
| 570 | // WithStdout sets the [Executor]'s standard output [io.Writer]. |
| 571 | func WithStdout(stdout io.Writer) ExecutorOption { |
nothing calls this directly
no outgoing calls
no test coverage detected