Root of the project, ex: `/path/to/cargo/target/cit/t0/foo`
(&self)
| 59 | |
| 60 | /// Root of the project, ex: `/path/to/cargo/target/cit/t0/foo` |
| 61 | pub fn root(&self) -> PathBuf { |
| 62 | self.root.clone() |
| 63 | } |
| 64 | |
| 65 | /// Project's target dir, ex: `/path/to/cargo/target/cit/t0/foo/target` |
| 66 | pub fn build_dir(&self) -> PathBuf { |
no outgoing calls
no test coverage detected