<!-- description --> @brief Returns true if the requested VpT is deallocated, false otherwise <!-- inputs/outputs --> @param vpid the ID of the VpT to query @return Returns true if the requested VpT is deallocated, false otherwise
(&self, vpid: bsl::SafeU16)
| 202 | /// false otherwise |
| 203 | /// |
| 204 | pub fn is_deallocated(&self, vpid: bsl::SafeU16) -> bool { |
| 205 | return self.get_vp_const(vpid).is_deallocated(); |
| 206 | } |
| 207 | |
| 208 | /// <!-- description --> |
| 209 | /// @brief Returns the ID of the VM the requested VpT is assigned |
nothing calls this directly
no test coverage detected