MCPcopy 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_hostFunction · 0.45
get_cache_sharedFunction · 0.45
create_memory_nodeFunction · 0.45
parse_innerMethod · 0.45
getMethod · 0.45
convertMethod · 0.45
write_config_registerMethod · 0.45
map_mmio_regionsMethod · 0.45
add_capabilityMethod · 0.45
write_config_registerMethod · 0.45
parse_formatFunction · 0.45
join_strsFunction · 0.45

Calls

no outgoing calls