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

Method downset

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

Source from the content-addressed store, hash-verified

157 }
158
159 pub fn downset(&self, topic_path: &TopicPath) -> DownsetIter<'_> {
160 DownsetIter::new(
161 self,
162 topic_path.repo_id,
163 self.fetch_topic(topic_path.repo_id, &topic_path.topic_id),
164 )
165 }
166
167 pub fn exists(&self, repo_id: RepoId, id: &ExternalId) -> Result<bool> {
168 if !self.viewer.can_read(repo_id) {

Callers

nothing calls this directly

Calls 1

fetch_topicMethod · 0.45

Tested by

no test coverage detected