Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WasmEdge/WasmEdge
/ increaseHandler
Function
increaseHandler
lib/system/fault.cpp:93–97 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
91
#endif
92
93
void increaseHandler() noexcept {
94
if (handlerCount++ == 0) {
95
enableHandler();
96
}
97
}
98
99
void decreaseHandler() noexcept {
100
if (--handlerCount == 0) {
Callers
1
Fault
Method · 0.85
Calls
1
enableHandler
Function · 0.85
Tested by
no test coverage detected