MCPcopy Index your code
hub / github.com/emwalker/digraph / root_topic

Method root_topic

backend/src/graphql/repository.rs:103–108  ·  view source on GitHub ↗
(&self, ctx: &Context<'_>)

Source from the content-addressed store, hash-verified

101 }
102
103 async fn root_topic(&self, ctx: &Context<'_>) -> Result<Topic> {
104 ctx.data_unchecked::<Store>()
105 .fetch_topic(ExternalId::root_topic())
106 .await?
107 .try_into()
108 }
109}

Callers

nothing calls this directly

Calls 2

try_intoMethod · 0.45
fetch_topicMethod · 0.45

Tested by

no test coverage detected