Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emwalker/digraph
/ downset
Method
downset
backend/tests/git/search.rs:121–123 ·
view source on GitHub ↗
(&self, path: &TopicPath)
Source
from the content-addressed store, hash-verified
119
}
120
121
fn downset(&self, path: &TopicPath) -> HashSet<ExternalId> {
122
self.0.downset(path).collect::<HashSet<ExternalId>>()
123
}
124
}
125
126
fn count(kind: Kind, matches: &BTreeSet<SearchMatch>) -> usize {
Callers
1
intersection
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected