(e *Executor)
| 263 | } |
| 264 | |
| 265 | func (o *trustedHostsOption) ApplyToExecutor(e *Executor) { |
| 266 | e.TrustedHosts = o.trustedHosts |
| 267 | } |
| 268 | |
| 269 | // WithTimeout sets the [Executor]'s timeout for fetching remote taskfiles. By |
| 270 | // default, the timeout is set to 10 seconds. |
nothing calls this directly
no outgoing calls
no test coverage detected