Returns true if any host ports are configured
(&self)
| 390 | |
| 391 | /// Returns true if any host ports are configured |
| 392 | pub fn has_host_ports(&self) -> bool { |
| 393 | !self.host_ports.is_empty() |
| 394 | } |
| 395 | |
| 396 | /// Extract proxy-specific configuration for fingerprinting and proxy management |
| 397 | pub fn proxy_config(&self) -> ResolvedProxyConfig { |
no outgoing calls
no test coverage detected