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

Method get_example_path

parser/src/def/workspace.rs:383–387  ·  view source on GitHub ↗

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

(&self, workspace: &Workspace)

Source from the content-addressed store, hash-verified

381
382 // /Applications/MAMP/htdocs/FireDBG.for.Rust.Internal/parser/tests/example-workspace/target/debug/examples/demo
383 pub fn get_example_path(&self, workspace: &Workspace) -> String {
384 let target_dir = &workspace.target_dir;
385 let example_name = &self.name;
386 format!("{target_dir}/debug/examples/{example_name}")
387 }
388}
389
390fn parse_test_testcases(text: String) -> Vec<String> {

Callers 1

run_exampleFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected