MCPcopy 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_fromMethod · 0.45
includeMethod · 0.45
update_topic_synonymsMethod · 0.45
no_orphansFunction · 0.45
details_updatedFunction · 0.45
find_topicMethod · 0.45
assert_update_worksFunction · 0.45
create_distinctFunction · 0.45
parent_topic_updatedFunction · 0.45
no_cyclesFunction · 0.45
countFunction · 0.45

Calls

no outgoing calls

Tested by 11

no_orphansFunction · 0.36
details_updatedFunction · 0.36
find_topicMethod · 0.36
assert_update_worksFunction · 0.36
create_distinctFunction · 0.36
parent_topic_updatedFunction · 0.36
no_cyclesFunction · 0.36
countFunction · 0.36
matching_topicsFunction · 0.36