Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DFHack/dfhack
/ dfhack_crashlog_handle_terminate
Function
dfhack_crashlog_handle_terminate
library/Crashlog.cpp:70–72 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
68
}
69
70
void dfhack_crashlog_handle_terminate() {
71
handle_signal_internal(0);
72
}
73
74
std::string signal_name(int sig) {
75
switch (sig) {
Callers
nothing calls this directly
Calls
1
handle_signal_internal
Function · 0.85
Tested by
no test coverage detected