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