Get the VM state.
(&self)
| 3015 | |
| 3016 | /// Get the VM state. |
| 3017 | pub fn get_state(&self) -> VmState { |
| 3018 | self.state |
| 3019 | } |
| 3020 | |
| 3021 | /// Gets the actual size of the balloon. |
| 3022 | pub fn balloon_size(&self) -> u64 { |
no outgoing calls
no test coverage detected