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

Method child_ids

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

Source from the content-addressed store, hash-verified

208
209impl RepoTopicWrapper {
210 pub fn child_ids(&self) -> Vec<ExternalId> {
211 self.repo_topic
212 .children
213 .iter()
214 .map(|child| child.id.to_owned())
215 .collect_vec()
216 }
217
218 pub fn child_link_ids(&self) -> Vec<ExternalId> {
219 self.repo_topic

Callers 1

childrenMethod · 0.80

Calls 1

iterMethod · 0.45

Tested by

no test coverage detected