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

Method chain

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

Source from the content-addressed store, hash-verified

829 /// ```
830 #[inline]
831 pub fn chain(&self) -> Chain<'_> {
832 Chain::new(self)
833 }
834
835 /// Get the last error in the context chain.
836 ///

Callers 15

runMethod · 0.80
add_functionsMethod · 0.80
all_relocsMethod · 0.80
do_caseFunction · 0.80
stepFunction · 0.80
binary_pairwiseFunction · 0.80
generate_funcrefsMethod · 0.80
generate_new_functionMethod · 0.80
runFunction · 0.80
run_compilationFunction · 0.80
inline_oneFunction · 0.80

Calls 1

newFunction · 0.50

Tested by 12

runMethod · 0.64
chainFunction · 0.64
chain_with_leaf_sourcesFunction · 0.64
test_round_trip_manyFunction · 0.64
error_chainFunction · 0.64