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

Method send

vmm/src/api/mod.rs:679–686  ·  view source on GitHub ↗
(
        &self,
        api_evt: EventFd,
        api_sender: Sender<ApiRequest>,
        data: Self::RequestBody,
    )

Source from the content-addressed store, hash-verified

677 }
678
679 fn send(
680 &self,
681 api_evt: EventFd,
682 api_sender: Sender<ApiRequest>,
683 data: Self::RequestBody,
684 ) -> ApiResult<Self::ResponseBody> {
685 get_response_body(self, api_evt, api_sender, data)
686 }
687}
688
689pub struct AddDisk;

Callers 9

get_responseFunction · 0.45
requestMethod · 0.45
handle_requestMethod · 0.45
vm_actionMethod · 0.45
vmm_pingMethod · 0.45
vmm_shutdownMethod · 0.45
vm_createMethod · 0.45
vm_infoMethod · 0.45

Calls 2

get_response_bodyFunction · 0.85
get_responseFunction · 0.85

Tested by

no test coverage detected