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

Method url

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

Get the base URL.

(&self)

Source from the content-addressed store, hash-verified

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

Callers 1

get_repo_nameMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected