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

Method is_configured

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

Whether the server has been configured (registration completed).

(&self)

Source from the content-addressed store, hash-verified

122impl ServerConfig {
123 /// Whether the server has been configured (registration completed).
124 pub fn is_configured(&self) -> bool {
125 self.url.is_some() && self.default_org.is_some()
126 }
127
128 /// Build the org-scoped base URL.
129 ///

Callers 2

executeMethod · 0.80
list_serversMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected