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

Method vm_counters

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

Source from the content-addressed store, hash-verified

207 }
208
209 async fn vm_counters(&self) -> Result<Optional<String>> {
210 self.vm_action(&VmCounters, ()).await
211 }
212
213 async fn vm_create(&self, vm_config: String) -> Result<()> {
214 let api_sender = self.clone_api_sender().await;

Callers 1

requestMethod · 0.45

Calls 1

vm_actionMethod · 0.80

Tested by

no test coverage detected