MCPcopy Create free account
hub / github.com/emwalker/digraph / url

Method url

backend/src/git/types.rs:66–72  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

64 }
65
66 pub fn url(&self) -> &str {
67 if let Some(details) = &self.details {
68 &details.url
69 } else {
70 "no url"
71 }
72 }
73}
74
75#[derive(Clone, Debug, Deserialize, Serialize)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected