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

Method is_configured

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

Whether the server has been configured (registration completed).

(&self)

Source from the content-addressed store, hash-verified

113impl ServerConfig {
114 /// Whether the server has been configured (registration completed).
115 pub fn is_configured(&self) -> bool {
116 self.url.is_some() && self.default_org.is_some()
117 }
118
119 /// Build the org-scoped base URL.
120 ///

Callers 2

executeMethod · 0.80
list_serversMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected