MCPcopy Create free account
hub / github.com/cloud-hypervisor/cloud-hypervisor / active

Method active

vmm/src/cpu.rs:777–779  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

775
776impl VcpuState {
777 fn active(&self) -> bool {
778 self.handle.is_some()
779 }
780
781 /// Sends a signal to the underlying thread.
782 ///

Callers 4

active_vcpusMethod · 0.80
pauseMethod · 0.80
readMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected