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

Method create_network

src/docker/proxy_manager.rs:969–971  ·  view source on GitHub ↗
(&self, _name: &str)

Source from the content-addressed store, hash-verified

967 }
968
969 async fn create_network(&self, _name: &str) -> Result<String, String> {
970 Ok("network-id".to_string())
971 }
972
973 async fn network_exists(&self, _name: &str) -> Result<bool, String> {
974 Ok(true)

Callers 1

ensure_networkMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected