Get the server URL.
(&self)
| 611 | } |
| 612 | /// Get the server URL. |
| 613 | pub fn url(&self) -> Option<String> { |
| 614 | self.addr.map(|a| format!("http://{a}")) |
| 615 | } |
| 616 | /// Get the warehouse path. |
| 617 | pub fn warehouse(&self) -> &str { |
| 618 | &self.warehouse |
no outgoing calls
no test coverage detected