MCPcopy 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
102impl FusedIterator for Frames<'_> {}

Callers 13

reportMethod · 0.45
from_iterMethod · 0.45
nextFunction · 0.45
capturedFunction · 0.45
providedFunction · 0.45
capturedFunction · 0.45
providedFunction · 0.45
anyhow_backtraceFunction · 0.45
eyre_backtraceFunction · 0.45
opaque_attachmentFunction · 0.45
sourcesFunction · 0.45
printable_attachmentFunction · 0.45

Calls 4

sourcesMethod · 0.80
nextFunction · 0.70
pushMethod · 0.65
iterMethod · 0.45

Tested by 10

capturedFunction · 0.36
providedFunction · 0.36
capturedFunction · 0.36
providedFunction · 0.36
anyhow_backtraceFunction · 0.36
eyre_backtraceFunction · 0.36
opaque_attachmentFunction · 0.36
sourcesFunction · 0.36
printable_attachmentFunction · 0.36
contextFunction · 0.36