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

Function default_proxy_container_name

src/docker/mod.rs:1012–1014  ·  view source on GitHub ↗

Returns the proxy container name for the default proxy config (no host_ports, no squid_conf).

()

Source from the content-addressed store, hash-verified

1010
1011 /// Returns the proxy container name for the default proxy config (no host_ports, no squid_conf).
1012 fn default_proxy_container_name() -> String {
1013 ResolvedProxyConfig::default().proxy_container_name()
1014 }
1015
1016 fn create_test_task(is_interactive: bool) -> Task {
1017 let repo_path = PathBuf::from("/tmp/test-repo");

Callers 2

Calls 1

proxy_container_nameMethod · 0.80

Tested by 2