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

Method iter

vmm/src/device_tree.rs:77–79  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

75 self.0.remove(k)
76 }
77 pub fn iter(&self) -> std::collections::hash_map::Iter<'_, String, DeviceNode> {
78 self.0.iter()
79 }
80 pub fn breadth_first_traversal(&self) -> BftIter<'_> {
81 BftIter::new(&self.0)
82 }

Callers 15

create_memory_nodeFunction · 0.80
create_pci_nodesFunction · 0.80
print_nodeFunction · 0.80
create_cpu_nodesFunction · 0.80
create_memory_nodeFunction · 0.80
create_timer_nodeFunction · 0.80
create_pci_nodesFunction · 0.80
create_distance_map_nodeFunction · 0.80
print_nodeFunction · 0.80
compute_checksumFunction · 0.80
write_volatileMethod · 0.80
get_cpuid_regMethod · 0.80

Calls

no outgoing calls

Tested by 15

test_string_itemFunction · 0.64
test_valid_vm_config_netFunction · 0.64
test_valid_vm_config_rngFunction · 0.64
test_valid_vm_config_fsFunction · 0.64