MCPcopy Create free account
hub / github.com/dtormoen/tsk-tsk / has_host_ports

Method has_host_ports

src/context/tsk_config.rs:392–394  ·  view source on GitHub ↗

Returns true if any host ports are configured

(&self)

Source from the content-addressed store, hash-verified

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 {

Callers 1

build_proxy_env_varsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected