MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / backtrace

Method backtrace

crates/core/src/error/error.rs:803–805  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

801 #[inline]
802 #[cfg(feature = "backtrace")]
803 pub fn backtrace(&self) -> &Backtrace {
804 self.inner.backtrace()
805 }
806
807 /// Iterate over this error's context chain.
808 ///

Callers 3

fmtMethod · 0.80
fmt_debugFunction · 0.80

Calls 3

unpackMethod · 0.45
as_refMethod · 0.45
expectMethod · 0.45

Tested by 2

fmt_debugFunction · 0.64