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

Method to_vec

backend/src/types.rs:213–219  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

211 }
212
213 pub fn to_vec(&self) -> Vec<String> {
214 let mut repo_ids = vec![];
215 for id in &self.0 {
216 repo_ids.push(id.to_string());
217 }
218 repo_ids
219 }
220}
221
222#[derive(Clone, Debug, Deserialize, Eq, Hash, Ord, PartialEq, PartialOrd, Serialize)]

Callers 3

fromMethod · 0.80
callMethod · 0.80
loadMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected