MCPcopy 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
93void increaseHandler() noexcept {
94 if (handlerCount++ == 0) {
95 enableHandler();
96 }
97}
98
99void decreaseHandler() noexcept {
100 if (--handlerCount == 0) {

Callers 1

FaultMethod · 0.85

Calls 1

enableHandlerFunction · 0.85

Tested by

no test coverage detected