(e *Executor)
| 619 | } |
| 620 | |
| 621 | func (o *versionCheckOption) ApplyToExecutor(e *Executor) { |
| 622 | e.EnableVersionCheck = o.enableVersionCheck |
| 623 | } |
| 624 | |
| 625 | // WithFailfast tells the [Executor] whether or not to check the version of |
| 626 | func WithFailfast(failfast bool) ExecutorOption { |
nothing calls this directly
no outgoing calls
no test coverage detected