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

Method iter

backend/src/git/ext.rs:85–87  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

83 }
84
85 pub fn iter(&self) -> std::collections::btree_map::Iter<'_, RepoId, RepoObject> {
86 self.0.iter()
87 }
88}
89
90#[derive(Clone, Debug)]

Callers 15

callMethod · 0.45
loadMethod · 0.45
callMethod · 0.45
loadMethod · 0.45
avoid_requestsMethod · 0.45
link_detailsMethod · 0.45
topic_detailsMethod · 0.45
child_idsMethod · 0.45
child_link_idsMethod · 0.45
parent_topic_idsMethod · 0.45
can_updateMethod · 0.45
in_repoMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected