MCPcopy Create free account
hub / github.com/hashintel/hash / frames

Method frames

libs/error-stack/src/report.rs:591–593  ·  view source on GitHub ↗

Returns an iterator over the [`Frame`] stack of the report.

(&self)

Source from the content-addressed store, hash-verified

589
590 /// Returns an iterator over the [`Frame`] stack of the report.
591 pub fn frames(&self) -> Frames<'_> {
592 Frames::new(&self.frames)
593 }
594
595 /// Visits every [`Frame`] of the report mutably, in the same order as [`frames()`].
596 ///

Callers 15

containsMethod · 0.80
downcast_refMethod · 0.80
provideMethod · 0.80
fmtMethod · 0.80
messagesFunction · 0.80
remove_builtin_framesFunction · 0.80
errorFunction · 0.80
providedFunction · 0.80
anyhow_backtraceFunction · 0.80
eyre_backtraceFunction · 0.80
opaque_attachmentFunction · 0.80

Calls

no outgoing calls

Tested by 12

messagesFunction · 0.64
remove_builtin_framesFunction · 0.64
errorFunction · 0.64
providedFunction · 0.64
anyhow_backtraceFunction · 0.64
eyre_backtraceFunction · 0.64
opaque_attachmentFunction · 0.64
sourcesFunction · 0.64
printable_attachmentFunction · 0.64
contextFunction · 0.64
type_idFunction · 0.64