(&self)
| 49 | |
| 50 | impl System { |
| 51 | pub fn manifest_path(&self) -> PathBuf { |
| 52 | self.manifest_path |
| 53 | .clone() |
| 54 | .unwrap_or_else(|| "Cargo.toml".into()) |
| 55 | } |
| 56 | |
| 57 | pub fn pkg_name(&self) -> Option<String> { |
| 58 | self.package.clone() |
no outgoing calls
no test coverage detected