Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/emwalker/digraph
/ iter
Method
iter
backend/src/types.rs:209–211 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
207
}
208
209
pub fn iter(&self) -> std::slice::Iter<'_, RepoId> {
210
self.0.iter()
211
}
212
213
pub fn to_vec(&self) -> Vec<String> {
214
let mut repo_ids = vec![];
Callers
15
try_from
Method · 0.45
include
Method · 0.45
update_link_parent_topics
Method · 0.45
update_topic_synonyms
Method · 0.45
no_orphans
Function · 0.45
details_updated
Function · 0.45
find_topic
Method · 0.45
assert_update_works
Function · 0.45
create_distinct
Function · 0.45
parent_topic_updated
Function · 0.45
no_cycles
Function · 0.45
count
Function · 0.45
Calls
no outgoing calls
Tested by
11
no_orphans
Function · 0.36
details_updated
Function · 0.36
find_topic
Method · 0.36
assert_update_works
Function · 0.36
create_distinct
Function · 0.36
parent_topic_updated
Function · 0.36
no_cycles
Function · 0.36
count
Function · 0.36
matching_topics
Function · 0.36
topic_used_in_search_appears_at_top
Function · 0.36
search_works_across_prefixes
Function · 0.36