MCPcopy 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
66extern "C" void dfhack_crashlog_handle_signal(int sig) {
67 handle_signal_internal(sig);
68}
69
70void dfhack_crashlog_handle_terminate() {
71 handle_signal_internal(0);

Callers

nothing calls this directly

Calls 1

handle_signal_internalFunction · 0.85

Tested by

no test coverage detected