Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_config
Method · 0.45
vm_receive_state
Method · 0.45
send_memory_ranges
Function · 0.45
receive_memory_ranges
Function · 0.45
write_to
Method · 0.45
Calls
1
len
Method · 0.45
Tested by
no test coverage detected