Return the gateway name, if set.
(&self)
| 63 | |
| 64 | /// Return the gateway name, if set. |
| 65 | pub fn gateway_name(&self) -> Option<&str> { |
| 66 | self.gateway_name.as_deref() |
| 67 | } |
| 68 | |
| 69 | /// Set the gateway name for cert directory resolution. |
| 70 | #[must_use] |
no outgoing calls
no test coverage detected