MCPcopy Create free account
hub / github.com/Bareflank/hypervisor / is_deallocated

Method is_deallocated

example/default_rust/src/vp_t.rs:187–189  ·  view source on GitHub ↗

<!-- description --> @brief Returns true if this dVpT is deallocated, false otherwise <!-- inputs/outputs --> @return Returns true if this dVpT is deallocated, false otherwise

(&self)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected