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

Method url

atomic-remote/src/http/mod.rs:246–248  ·  view source on GitHub ↗

Get the base URL.

(&self)

Source from the content-addressed store, hash-verified

244
245 /// Get the base URL.
246 pub fn url(&self) -> &Url {
247 &self.base_url
248 }
249
250 /// Get the inferred repository name.
251 pub fn repo_name(&self) -> Option<&str> {

Callers 2

get_repo_nameMethod · 0.80
upload_change_smartFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected