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

Method build

parser/src/def/workspace.rs:267–273  ·  view source on GitHub ↗
(&self, package: &Package)

Source from the content-addressed store, hash-verified

265 }
266
267 pub fn build(&self, package: &Package) -> Result<Output> {
268 let output = self
269 .get_build_cmd(package)
270 .stderr(Stdio::inherit())
271 .output()?;
272 Ok(output)
273 }
274
275 // /Applications/MAMP/htdocs/FireDBG.for.Rust.Internal/parser/tests/example-workspace/target/debug/main-one
276 pub fn get_binary_path(&self, workspace: &Workspace) -> String {

Callers 6

run_binaryFunction · 0.80
run_testFunction · 0.80
run_exampleFunction · 0.80
create_tablesFunction · 0.80
inc_hit_countFunction · 0.80
mainFunction · 0.80

Calls 3

get_build_cmdMethod · 0.80
get_run_cmdMethod · 0.80
outputMethod · 0.45

Tested by

no test coverage detected