Gets a thread-safe reference counted pointer to the VM configuration.
(&self)
| 3010 | |
| 3011 | /// Gets a thread-safe reference counted pointer to the VM configuration. |
| 3012 | pub fn get_config(&self) -> Arc<Mutex<VmConfig>> { |
| 3013 | Arc::clone(&self.config) |
| 3014 | } |
| 3015 | |
| 3016 | /// Get the VM state. |
| 3017 | pub fn get_state(&self) -> VmState { |
no outgoing calls
no test coverage detected