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

Method current_frames_unchecked

libs/error-stack/src/report.rs:491–493  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

489 /// implementations without duplicating logic.
490 #[must_use]
491 pub(crate) fn current_frames_unchecked(&self) -> &[Frame] {
492 &self.frames
493 }
494
495 /// Adds additional (printable) information to the [`Frame`] stack.
496 ///

Callers 2

serializeMethod · 0.80
fmtMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected