(&self, id: &str)
| 145 | } |
| 146 | |
| 147 | pub(crate) fn work_dir(&self, id: &str) -> VmWorkDir { |
| 148 | VmWorkDir::new(self.config.run_path.join(id)) |
| 149 | } |
| 150 | |
| 151 | pub fn new(config: Config, supervisor: SupervisorClient) -> Self { |
| 152 | let cid_start = config.cvm.cid_start; |
no outgoing calls
no test coverage detected