Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloud-hypervisor/cloud-hypervisor
/ breadth_first_traversal
Method
breadth_first_traversal
vmm/src/device_tree.rs:80–82 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
78
self.0.iter()
79
}
80
pub fn breadth_first_traversal(&self) -> BftIter<'_> {
81
BftIter::new(&self.0)
82
}
83
pub fn pci_devices(&self) -> Vec<&DeviceNode> {
84
self.0
85
.values()
Callers
1
test_device_tree
Function · 0.80
Calls
1
new
Function · 0.85
Tested by
1
test_device_tree
Function · 0.64