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

Method proxy_container_name

src/context/tsk_config.rs:442–444  ·  view source on GitHub ↗

Container name for this proxy configuration

(&self)

Source from the content-addressed store, hash-verified

440
441 /// Container name for this proxy configuration
442 pub fn proxy_container_name(&self) -> String {
443 format!("tsk-proxy-{}", self.fingerprint())
444 }
445
446 /// External network name for this proxy configuration
447 pub fn external_network_name(&self) -> String {

Calls

no outgoing calls