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

Function default_proxy_config

src/docker/proxy_manager.rs:808–813  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

806 use crate::test_utils::TrackedDockerClient;
807
808 fn default_proxy_config() -> ResolvedProxyConfig {
809 ResolvedProxyConfig {
810 host_ports: vec![],
811 squid_conf: None,
812 }
813 }
814
815 #[tokio::test]
816 async fn test_ensure_proxy_success() {

Calls

no outgoing calls