(&self)
| 57 | const FIREDBG_TARGET_DIR: &'static str = "target"; |
| 58 | |
| 59 | pub fn get_firedbg_dir(&self) -> String { |
| 60 | format!("{}/{}", self.root_dir, Self::FIREDBG_DIR) |
| 61 | } |
| 62 | |
| 63 | pub fn get_firedbg_target_dir(&self) -> String { |
| 64 | format!( |
no test coverage detected