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

Method remove_network

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

Source from the content-addressed store, hash-verified

1023 }
1024
1025 async fn remove_network(&self, _name: &str) -> Result<(), String> {
1026 Ok(())
1027 }
1028
1029 async fn ping(&self) -> Result<String, String> {
1030 Ok("OK".to_string())

Callers 1

cleanup_agent_networkMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected