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

Method has_exception

crates/c-api/include/wasmtime/store.hh:32–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32inline bool Store::Context::has_exception() {
33 return wasmtime_context_has_exception(capi());
34}
35#endif
36
37} // namespace wasmtime

Callers 1

TESTFunction · 0.80

Calls 2

capiFunction · 0.70

Tested by 1

TESTFunction · 0.64