Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_node
Function · 0.80
print_node
Function · 0.80
read_content
Method · 0.80
write
Method · 0.80
region_read
Method · 0.80
region_write
Method · 0.80
get_irq_info
Method · 0.80
start_vmm
Function · 0.80
test_pci_multiple_segments_numa_node
Function · 0.80
verify_sparse_file
Function · 0.80
count_qcow2_zero_regions
Function · 0.80
_test_virtio_block_discard_with_backend
Function · 0.80
Calls
1
new
Function · 0.85
Tested by
9
test_pci_multiple_segments_numa_node
Function · 0.64
verify_sparse_file
Function · 0.64
count_qcow2_zero_regions
Function · 0.64
_test_virtio_block_discard_with_backend
Function · 0.64
_test_virtio_block_fstrim_with_backend
Function · 0.64
test_virtio_block_sparse_off_raw
Function · 0.64
compute_backing_checksum
Function · 0.64
disk_check_consistency
Function · 0.64
get_image_info
Function · 0.64