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

Method org_slug

atomic-remote/src/storage.rs:79–81  ·  view source on GitHub ↗

The org slug this client is scoped to.

(&self)

Source from the content-addressed store, hash-verified

77
78 /// The org slug this client is scoped to.
79 pub fn org_slug(&self) -> &str {
80 &self.org_slug
81 }
82
83 /// The base URL this client targets.
84 pub fn base_url(&self) -> &str {

Callers 11

executeMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected