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

Method display_color

backend/src/graphql/topic.rs:99–101  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

97 }
98
99 async fn display_color(&self) -> &str {
100 self.0.display_color()
101 }
102
103 async fn id(&self) -> String {
104 format!("{}:{}", self.0.topic_id(), self.0.repo_id)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected