Get the org-scoped base URL using the default org.
(&self)
| 143 | |
| 144 | /// Get the org-scoped base URL using the default org. |
| 145 | pub fn default_org_base_url(&self) -> Option<String> { |
| 146 | let org = self.default_org.as_ref()?; |
| 147 | self.org_base_url(org) |
| 148 | } |
| 149 | } |
| 150 | |
| 151 | /// Global configuration settings |
nothing calls this directly
no test coverage detected