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

Method display_url

backend/src/graphql/link.rs:151–153  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

149 }
150
151 async fn display_url(&self) -> &str {
152 self.0.display_url()
153 }
154
155 async fn loading(&self) -> bool {
156 false

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected