Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ org_slug
Method
org_slug
atomic-remote/src/storage.rs:104–106 ·
view source on GitHub ↗
The org slug this client is scoped to.
(&self)
Source
from the content-addressed store, hash-verified
102
103
/// The org slug this client is scoped to.
104
pub fn org_slug(&self) -> &str {
105
&self.org_slug
106
}
107
108
/// The base URL this client targets.
109
pub fn base_url(&self) -> &str {
Callers
11
resolve_subject
Function · 0.80
execute
Method · 0.80
execute
Method · 0.80
execute
Method · 0.80
execute
Method · 0.80
execute
Method · 0.80
execute
Method · 0.80
execute
Method · 0.80
execute
Method · 0.80
execute
Method · 0.80
execute
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected