(e *Executor)
| 235 | } |
| 236 | |
| 237 | func (o *downloadOption) ApplyToExecutor(e *Executor) { |
| 238 | e.Download = o.download |
| 239 | } |
| 240 | |
| 241 | // WithOffline stops the [Executor] from being able to make network connections. |
| 242 | // It will still be able to read local files and cached copies of remote files. |
nothing calls this directly
no outgoing calls
no test coverage detected