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

Method intersection

backend/src/git/search.rs:288–290  ·  view source on GitHub ↗
(&self, topic_paths: &[TopicPath])

Source from the content-addressed store, hash-verified

286
287impl Downset for RedisFetchDownSet {
288 fn intersection(&self, topic_paths: &[TopicPath]) -> Result<HashSet<ExternalId>> {
289 self.redis.intersection(self, topic_paths)
290 }
291
292 fn downset(&self, path: &TopicPath) -> HashSet<ExternalId> {
293 self.client.downset(path).collect::<HashSet<ExternalId>>()

Callers 3

fetch_prefixMethod · 0.45
fetch_matchesMethod · 0.45
fetch_downsetMethod · 0.45

Calls 3

is_rootMethod · 0.80
topic_pathMethod · 0.80
iterMethod · 0.45

Tested by

no test coverage detected