Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/hashintel/hash
/ next
Method
next
libs/error-stack/src/iter.rs:94–99 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
92
type Item = &'r Frame;
93
94
fn next(&mut self) -> Option<Self::Item> {
95
let frame = next(&mut self.stack)?;
96
97
self.stack.push(frame.sources().iter());
98
Some(frame)
99
}
100
}
101
102
impl FusedIterator for Frames<'_> {}
Callers
13
report
Method · 0.45
from_iter
Method · 0.45
next
Function · 0.45
captured
Function · 0.45
provided
Function · 0.45
captured
Function · 0.45
provided
Function · 0.45
anyhow_backtrace
Function · 0.45
eyre_backtrace
Function · 0.45
opaque_attachment
Function · 0.45
sources
Function · 0.45
printable_attachment
Function · 0.45
Calls
4
sources
Method · 0.80
next
Function · 0.70
push
Method · 0.65
iter
Method · 0.45
Tested by
10
captured
Function · 0.36
provided
Function · 0.36
captured
Function · 0.36
provided
Function · 0.36
anyhow_backtrace
Function · 0.36
eyre_backtrace
Function · 0.36
opaque_attachment
Function · 0.36
sources
Function · 0.36
printable_attachment
Function · 0.36
context
Function · 0.36