MCPcopy Create free account
hub / github.com/SeaQL/FireDBG.for.Rust / package_names

Method package_names

parser/src/def/workspace.rs:121–126  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

119 }
120
121 pub fn package_names(&self) -> Vec<&str> {
122 self.packages
123 .iter()
124 .map(|package| package.name.as_str())
125 .collect()
126 }
127
128 pub fn binary_names(&self) -> Vec<&str> {
129 self.packages

Callers 1

mainFunction · 0.80

Calls 2

iterMethod · 0.45
as_strMethod · 0.45

Tested by

no test coverage detected