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

Method default_org_base_url

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

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

(&self)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

as_refMethod · 0.80
org_base_urlMethod · 0.80

Tested by

no test coverage detected