Get the org-scoped base URL using the default org.
(&self)
| 161 | |
| 162 | /// Get the org-scoped base URL using the default org. |
| 163 | pub fn default_org_base_url(&self) -> Option<String> { |
| 164 | let org = self.default_org.as_ref()?; |
| 165 | self.org_base_url(org) |
| 166 | } |
| 167 | } |
| 168 | |
| 169 | /// Global configuration settings |
nothing calls this directly
no test coverage detected