MCPcopy 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
99void decreaseHandler() noexcept {
100 if (--handlerCount == 0) {
101 disableHandler();
102 }
103}
104
105} // namespace
106

Callers 1

~FaultMethod · 0.85

Calls 1

disableHandlerFunction · 0.85

Tested by

no test coverage detected