(e *Executor)
| 343 | } |
| 344 | |
| 345 | func (o *certKeyOption) ApplyToExecutor(e *Executor) { |
| 346 | e.CertKey = o.certKey |
| 347 | } |
| 348 | |
| 349 | // WithWatch tells the [Executor] to keep running in the background and watch |
| 350 | // for changes to the fingerprint of the tasks that are run. When changes are |
nothing calls this directly
no outgoing calls
no test coverage detected