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

Method start

vm-migration/src/protocol.rs:149–151  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

147 }
148
149 pub fn start() -> Self {
150 Self::new(Command::Start, 0)
151 }
152
153 pub fn state(length: u64) -> Self {
154 Self::new(Command::State, length)

Callers 8

start_block_backendFunction · 0.45
sendMethod · 0.45
start_net_backendFunction · 0.45
release_memory_rangeMethod · 0.45
update_mem_tableMethod · 0.45
add_memory_regionMethod · 0.45

Calls 1

newFunction · 0.85

Tested by

no test coverage detected