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

Method clone_api_notifier

vmm/src/api/dbus/mod.rs:86–90  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

84 }
85
86 fn clone_api_notifier(&self) -> Result<EventFd> {
87 self.api_notifier
88 .try_clone()
89 .map_err(|err| fdo::Error::IOError(format!("{err:?}")))
90 }
91
92 async fn vm_action<Action: ApiAction<ResponseBody = Option<Body>>>(
93 &self,

Callers 5

vm_actionMethod · 0.80
vmm_pingMethod · 0.80
vmm_shutdownMethod · 0.80
vm_createMethod · 0.80
vm_infoMethod · 0.80

Calls 1

try_cloneMethod · 0.45

Tested by

no test coverage detected