MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / abort_handler

Function abort_handler

ogsr_engine/xrCore/xrDebugNew.cpp:440–440  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

438static void pure_call_handler() { handler_base("pure virtual function call"); }
439
440static void abort_handler(int signal) { handler_base("application is aborting"); }
441
442static void floating_point_handler(int signal) { handler_base("floating point error"); }
443

Callers

nothing calls this directly

Calls 1

handler_baseFunction · 0.85

Tested by

no test coverage detected