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

Function frame_kinds

libs/error-stack/tests/common.rs:214–216  ·  view source on GitHub ↗
(report: &Report<E>)

Source from the content-addressed store, hash-verified

212}
213
214pub fn frame_kinds<E>(report: &Report<E>) -> Vec<FrameKind<'_>> {
215 remove_builtin_frames(report).map(Frame::kind).collect()
216}
217
218#[cfg(feature = "backtrace")]
219pub fn supports_backtrace() -> bool {

Callers

nothing calls this directly

Calls 3

remove_builtin_framesFunction · 0.85
collectMethod · 0.80
mapMethod · 0.45

Tested by

no test coverage detected