Searched refs:start_current_instance (Results 1 – 2 of 2) sorted by relevance
79 let comp_os = self.instance_manager.start_current_instance().context("Starting CompOS")?; in do_start_staged_apex_compile()
42 pub fn start_current_instance(&self) -> Result<CompOsInstance> { in start_current_instance() method