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

Method details

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

Source from the content-addressed store, hash-verified

89 }
90
91 async fn details(&self) -> Option<RepoTopicDetails<'_>> {
92 self.0.details().map(RepoTopicDetails)
93 }
94
95 async fn display_name(&self) -> String {
96 self.0.display_name(Locale::EN) // FIXME

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected