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

Class DBusApi

vmm/src/api/dbus/mod.rs:42–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42pub struct DBusApi {
43 api_notifier: EventFd,
44 api_sender: futures::lock::Mutex<Sender<ApiRequest>>,
45}
46
47fn api_error(error: impl std::fmt::Debug + std::fmt::Display) -> fdo::Error {
48 fdo::Error::Failed(format!("{error}"))

Callers 2

mainFunction · 0.85
new_dbus_apiMethod · 0.85

Calls

no outgoing calls

Tested by 1

new_dbus_apiMethod · 0.68