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

Method topic_downset

backend/src/git/client.rs:406–412  ·  view source on GitHub ↗
(&self, topic_path: &TopicPath)

Source from the content-addressed store, hash-verified

404 }
405
406 pub fn topic_downset(&self, topic_path: &TopicPath) -> TopicDownsetIter<'_> {
407 TopicDownsetIter::new(
408 self,
409 topic_path.repo_id,
410 self.fetch_topic(topic_path.repo_id, &topic_path.topic_id),
411 )
412 }
413
414 fn topic_searches(
415 &self,

Callers 1

cycle_existsMethod · 0.80

Calls 1

fetch_topicMethod · 0.45

Tested by

no test coverage detected