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

Method topic_id

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

Source from the content-addressed store, hash-verified

151 }
152
153 async fn topic_id(&self) -> &str {
154 self.0.topic_id().as_str()
155 }
156
157 async fn viewer_can_delete_synonyms(&self, ctx: &Context<'_>) -> Result<bool> {
158 if self.0.synonyms().len() < 2 {

Callers 3

update_topic_synonymsMethod · 0.45
upsert_topicMethod · 0.45

Calls 1

as_strMethod · 0.80

Tested by

no test coverage detected