(e *Executor)
| 466 | } |
| 467 | |
| 468 | func (o *summaryOption) ApplyToExecutor(e *Executor) { |
| 469 | e.Summary = o.summary |
| 470 | } |
| 471 | |
| 472 | // WithParallel tells the [Executor] to run tasks given in the same call in |
| 473 | // parallel. |
nothing calls this directly
no outgoing calls
no test coverage detected