Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/cloud-hypervisor/cloud-hypervisor
/ is_empty
Method
is_empty
vm-migration/src/protocol.rs:463–465 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
461
}
462
463
pub fn is_empty(&self) -> bool {
464
self.data.is_empty()
465
}
466
467
pub fn extend(&mut self, table: Self) {
468
self.data.extend(table.data);
Callers
15
isa_string_from_host
Function · 0.45
get_cache_shared
Function · 0.45
create_memory_node
Function · 0.45
parse_inner
Method · 0.45
get
Method · 0.45
convert
Method · 0.45
write_config_register
Method · 0.45
map_mmio_regions
Method · 0.45
add_capability
Method · 0.45
write_config_register
Method · 0.45
parse_format
Function · 0.45
join_strs
Function · 0.45
Calls
no outgoing calls
Tested by
3
_test_virtio_block_discard_with_backend
Function · 0.36
_test_virtio_block_fstrim_with_backend
Function · 0.36
_test_snapshot_restore_uffd
Function · 0.36