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

Method extend

vm-migration/src/protocol.rs:467–469  ·  view source on GitHub ↗
(&mut self, table: Self)

Source from the content-addressed store, hash-verified

465 }
466
467 pub fn extend(&mut self, table: Self) {
468 self.data.extend(table.data);
469 }
470
471 pub fn new_from_tables(tables: Vec<Self>) -> Self {
472 let mut data = Vec::new();

Callers 12

do_memory_migrationMethod · 0.45
to_aml_bytesMethod · 0.45
memory_range_tableMethod · 0.45
dirty_logMethod · 0.45
create_numa_nodesMethod · 0.45
test_device_treeFunction · 0.45
new_from_tablesMethod · 0.45
handle_eventMethod · 0.45
process_queue_submitMethod · 0.45

Calls

no outgoing calls

Tested by 1

test_device_treeFunction · 0.36