Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
32
inline bool Store::Context::has_exception() {
33
return wasmtime_context_has_exception(capi());
34
}
35
#endif
36
37
} // namespace wasmtime
Callers
1
TEST
Function · 0.80
Calls
2
wasmtime_context_has_exception
Function · 0.85
capi
Function · 0.70
Tested by
1
TEST
Function · 0.64