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

Method is_deallocated

example/default_rust/src/vs_pool_t.rs:208–210  ·  view source on GitHub ↗

<!-- description --> @brief Returns true if the requested VsT is deallocated, false otherwise <!-- inputs/outputs --> @param vpid the ID of the VsT to query @return Returns true if the requested VsT is deallocated, false otherwise

(&self, vpid: bsl::SafeU16)

Source from the content-addressed store, hash-verified

206 /// false otherwise
207 ///
208 pub fn is_deallocated(&self, vpid: bsl::SafeU16) -> bool {
209 return self.get_vs_const(vpid).is_deallocated();
210 }
211
212 /// <!-- description -->
213 /// @brief Returns the ID of the VP the requested VsT is assigned

Callers

nothing calls this directly

Calls 1

get_vs_constMethod · 0.80

Tested by

no test coverage detected