(e *Executor)
| 207 | } |
| 208 | |
| 209 | func (o *forceAllOption) ApplyToExecutor(e *Executor) { |
| 210 | e.ForceAll = o.forceAll |
| 211 | } |
| 212 | |
| 213 | // WithInsecure allows the [Executor] to make insecure connections when reading |
| 214 | // remote taskfiles. By default, insecure connections are rejected. |
nothing calls this directly
no outgoing calls
no test coverage detected