Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
72
void SignalHandler::setHandleFatal(bool handleFatal) {
73
s_singleton->setHandleFatal(handleFatal);
74
}
75
76
bool SignalHandler::handlingFatal() const {
77
return s_singleton->handlingFatal;
Callers
2
SdlPlatform
Method · 0.45
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected