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

Method get_binary_path

parser/src/def/workspace.rs:276–280  ·  view source on GitHub ↗

/Applications/MAMP/htdocs/FireDBG.for.Rust.Internal/parser/tests/example-workspace/target/debug/main-one

(&self, workspace: &Workspace)

Source from the content-addressed store, hash-verified

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 {
277 let target_dir = &workspace.target_dir;
278 let binary_name = &self.name;
279 format!("{target_dir}/debug/{binary_name}")
280 }
281}
282
283impl Test {

Callers 1

run_binaryFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected