(e *Executor)
| 551 | } |
| 552 | |
| 553 | func (o *taskSorterOption) ApplyToExecutor(e *Executor) { |
| 554 | e.TaskSorter = o.sorter |
| 555 | } |
| 556 | |
| 557 | // WithStdin sets the [Executor]'s standard input [io.Reader]. |
| 558 | func WithStdin(stdin io.Reader) ExecutorOption { |
nothing calls this directly
no outgoing calls
no test coverage detected