(e *Executor)
| 277 | } |
| 278 | |
| 279 | func (o *timeoutOption) ApplyToExecutor(e *Executor) { |
| 280 | e.Timeout = o.timeout |
| 281 | } |
| 282 | |
| 283 | // WithCacheExpiryDuration sets the duration after which the cache is considered |
| 284 | // expired. By default, the cache is 0 (disabled). |
nothing calls this directly
no outgoing calls
no test coverage detected