Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
run
Method · 0.80
add_functions
Method · 0.80
all_relocs
Method · 0.80
do_case
Function · 0.80
step
Function · 0.80
binary_pairwise
Function · 0.80
generate_funcrefs
Method · 0.80
generate_new_function
Method · 0.80
run
Function · 0.80
run_compilation
Function · 0.80
inline_one
Function · 0.80
fixup_inlined_call_exception_tables
Function · 0.80
Calls
1
new
Function · 0.50
Tested by
12
run
Method · 0.64
fill_funcref_tables_via_api
Function · 0.64
fill_externref_tables_via_api
Function · 0.64
test_on_update_cleanup_limits_trash_locks
Function · 0.64
format_err_macro_core_error_chain
Function · 0.64
chain
Function · 0.64
chain_on_error_with_source
Function · 0.64
chain_with_leaf_sources
Function · 0.64
anyhow_wasmtime_anyhow_sandwich_chain
Function · 0.64
wasmtime_anyhow_wasmtime_sandwich_chain
Function · 0.64
test_round_trip_many
Function · 0.64
error_chain
Function · 0.64