MCPcopy 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
107Fault::Fault() {
108 Prev = std::exchange(localHandler, this);
109 increaseHandler();
110}
111
112Fault::~Fault() noexcept {
113 decreaseHandler();

Callers

nothing calls this directly

Calls 1

increaseHandlerFunction · 0.85

Tested by

no test coverage detected