(&self)
| 70 | } |
| 71 | |
| 72 | pub fn get_version_path(&self) -> String { |
| 73 | format!("{}/{}/version.toml", self.root_dir, Self::FIREDBG_DIR) |
| 74 | } |
| 75 | |
| 76 | pub fn find_binary(&self, binary_name: &str) -> Option<(&Package, &Binary)> { |
| 77 | let mut res = None; |
no outgoing calls
no test coverage detected