MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / setHandleFatal

Method setHandleFatal

source/core/StarSignalHandler_unix.cpp:72–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72void SignalHandler::setHandleFatal(bool handleFatal) {
73 s_singleton->setHandleFatal(handleFatal);
74}
75
76bool SignalHandler::handlingFatal() const {
77 return s_singleton->handlingFatal;

Callers 2

SdlPlatformMethod · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected