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

Function wasmtime_context_has_exception

crates/c-api/src/exnref.rs:113–115  ·  view source on GitHub ↗
(store: WasmtimeStoreContextMut<'_>)

Source from the content-addressed store, hash-verified

111
112#[unsafe(no_mangle)]
113pub extern "C" fn wasmtime_context_has_exception(store: WasmtimeStoreContextMut<'_>) -> bool {
114 store.has_pending_exception()
115}
116
117#[unsafe(no_mangle)]
118pub unsafe extern "C" fn wasmtime_exnref_type(

Callers 1

has_exceptionMethod · 0.85

Calls 1

has_pending_exceptionMethod · 0.80

Tested by

no test coverage detected