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

Method length

vm-migration/src/protocol.rs:187–189  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

185 }
186
187 pub fn length(&self) -> u64 {
188 self.length
189 }
190
191 pub fn read_from(fd: &mut dyn Read) -> Result<Request, MigratableError> {
192 let mut request = Request::default();

Callers 5

vm_receive_configMethod · 0.45
vm_receive_stateMethod · 0.45
send_memory_rangesFunction · 0.45
receive_memory_rangesFunction · 0.45
write_toMethod · 0.45

Calls 1

lenMethod · 0.45

Tested by

no test coverage detected