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

Method get_firedbg_target_dir

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

Source from the content-addressed store, hash-verified

61 }
62
63 pub fn get_firedbg_target_dir(&self) -> String {
64 format!(
65 "{}/{}/{}",
66 self.root_dir,
67 Self::FIREDBG_DIR,
68 Self::FIREDBG_TARGET_DIR,
69 )
70 }
71
72 pub fn get_version_path(&self) -> String {
73 format!("{}/{}/version.toml", self.root_dir, Self::FIREDBG_DIR)

Callers 1

run_debuggerFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected