(&self)
| 998 | } |
| 999 | |
| 1000 | pub fn state_path(&self) -> PathBuf { |
| 1001 | self.workdir.join("vm-state.json") |
| 1002 | } |
| 1003 | |
| 1004 | pub fn manifest(&self) -> Result<Manifest> { |
| 1005 | let manifest_path = self.manifest_path(); |
no outgoing calls
no test coverage detected