Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WasmEdge/WasmEdge
/ decreaseHandler
Function
decreaseHandler
lib/system/fault.cpp:99–103 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
97
}
98
99
void decreaseHandler() noexcept {
100
if (--handlerCount == 0) {
101
disableHandler();
102
}
103
}
104
105
} // namespace
106
Callers
1
~Fault
Method · 0.85
Calls
1
disableHandler
Function · 0.85
Tested by
no test coverage detected