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

Method set_datafd

tpm/src/socket.rs:82–84  ·  view source on GitHub ↗
(&mut self, fd: RawFd)

Source from the content-addressed store, hash-verified

80 }
81
82 pub fn set_datafd(&mut self, fd: RawFd) {
83 self.data_fd = fd;
84 }
85
86 pub fn set_msgfd(&mut self, fd: RawFd) {
87 self.write_msgfd = fd;

Callers 1

prepare_data_fdMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected