MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / default_org_base_url

Method default_org_base_url

atomic-config/src/lib.rs:163–166  ·  view source on GitHub ↗

Get the org-scoped base URL using the default org.

(&self)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

as_refMethod · 0.80
org_base_urlMethod · 0.80

Tested by

no test coverage detected