<!-- description --> @brief Returns true if this dVpT is deallocated, false otherwise <!-- inputs/outputs --> @return Returns true if this dVpT is deallocated, false otherwise
(&self)
| 185 | /// @return Returns true if this dVpT is deallocated, false otherwise |
| 186 | /// |
| 187 | pub fn is_deallocated(&self) -> bool { |
| 188 | return self.m_allocated == crate::AllocatedStatusT::Deallocated; |
| 189 | } |
| 190 | |
| 191 | /// <!-- description --> |
| 192 | /// @brief Returns the ID of the VM this dVpT is assigned to. If |
nothing calls this directly
no outgoing calls
no test coverage detected