MCPcopy 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
70void dfhack_crashlog_handle_terminate() {
71 handle_signal_internal(0);
72}
73
74std::string signal_name(int sig) {
75 switch (sig) {

Callers

nothing calls this directly

Calls 1

handle_signal_internalFunction · 0.85

Tested by

no test coverage detected