(&self, _name: &str)
| 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()) |
no outgoing calls
no test coverage detected