Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloud-hypervisor/cloud-hypervisor
/ next_back
Method
next_back
vmm/src/device_tree.rs:149–151 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
147
148
impl DoubleEndedIterator for BftIter<'_> {
149
fn next_back(&mut self) -> Option<Self::Item> {
150
self.nodes.pop()
151
}
152
}
153
154
#[cfg(test)]
Callers
2
first_before
Method · 0.80
parse
Method · 0.80
Calls
1
pop
Method · 0.45
Tested by
no test coverage detected