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

Method fetch_topics

backend/src/store.rs:199–206  ·  view source on GitHub ↗
(
        &self,
        topic_ids: Vec<ExternalId>,
        take: usize,
    )

Source from the content-addressed store, hash-verified

197 }
198
199 pub async fn fetch_topics(
200 &self,
201 topic_ids: Vec<ExternalId>,
202 take: usize,
203 ) -> Result<BTreeSet<git::Topic>> {
204 self.fetch_topics_with_context(topic_ids, take, self.viewer.context_repo_id)
205 .await
206 }
207
208 pub async fn fetch_topics_with_context(
209 &self,

Callers 3

parent_topicsMethod · 0.80
query_infoMethod · 0.80
parent_topicsMethod · 0.80

Calls 1

Tested by

no test coverage detected