| 259 | } |
| 260 | |
| 261 | type trustedHostsOption struct { |
| 262 | trustedHosts []string |
| 263 | } |
| 264 | |
| 265 | func (o *trustedHostsOption) ApplyToExecutor(e *Executor) { |
| 266 | e.TrustedHosts = o.trustedHosts |
nothing calls this directly
no outgoing calls
no test coverage detected