Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WasmEdge/WasmEdge
/ Fault
Method
Fault
lib/system/fault.cpp:107–110 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
105
} // namespace
106
107
Fault::Fault() {
108
Prev = std::exchange(localHandler, this);
109
increaseHandler();
110
}
111
112
Fault::~Fault() noexcept {
113
decreaseHandler();
Callers
nothing calls this directly
Calls
1
increaseHandler
Function · 0.85
Tested by
no test coverage detected