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

Method downset

backend/src/git/search.rs:292–294  ·  view source on GitHub ↗
(&self, path: &TopicPath)

Source from the content-addressed store, hash-verified

290 }
291
292 fn downset(&self, path: &TopicPath) -> HashSet<ExternalId> {
293 self.client.downset(path).collect::<HashSet<ExternalId>>()
294 }
295}
296
297pub struct FindMatches {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected