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

Method details

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

Source from the content-addressed store, hash-verified

48 }
49
50 async fn details(&self) -> Option<RepoLinkDetails<'_>> {
51 self.0.details().map(RepoLinkDetails)
52 }
53
54 async fn display_color(&self) -> &str {
55 if self.0.repo_id.is_wiki() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected