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

Method is_deallocated

example/default_rust/src/vp_pool_t.rs:204–206  ·  view source on GitHub ↗

<!-- 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)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

get_vp_constMethod · 0.80

Tested by

no test coverage detected