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

Method display_name

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

Source from the content-addressed store, hash-verified

28#[Object]
29impl<'e> SynonymEntry<'e> {
30 async fn display_name(&self) -> &str {
31 &self.0.name
32 }
33
34 async fn id(&self) -> &str {
35 self.0.id.as_str()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected