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

Method ok

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

Source from the content-addressed store, hash-verified

232 }
233
234 pub fn ok() -> Self {
235 Self::new(Status::Ok, 0)
236 }
237
238 pub fn error() -> Self {
239 Self::new(Status::Error, 0)

Callers 15

print_nodeFunction · 0.80
print_nodeFunction · 0.80
read_contentMethod · 0.80
writeMethod · 0.80
region_readMethod · 0.80
region_writeMethod · 0.80
get_irq_infoMethod · 0.80
start_vmmFunction · 0.80
verify_sparse_fileFunction · 0.80
count_qcow2_zero_regionsFunction · 0.80

Calls 1

newFunction · 0.85