MCPcopy Create free account
hub / github.com/NVIDIA/OpenShell / requires_qemu

Method requires_qemu

crates/openshell-driver-vm/src/lifecycle.rs:130–135  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

128 /// exists.
129 #[must_use]
130 pub fn requires_qemu(self) -> bool {
131 matches!(
132 self,
133 Self::ExternalKernelImage | Self::PciPassthrough | Self::TapNetworking
134 )
135 }
136}
137
138#[derive(Debug, Clone, PartialEq, Eq, Default)]

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected