MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp / __hxcpp_set_critical_error_handler

Function __hxcpp_set_critical_error_handler

src/hx/Debug.cpp:558–561  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

556}
557
558void __hxcpp_set_critical_error_handler(Dynamic inHandler)
559{
560 hx::setStaticHandler(hx::sCriticalErrorHandler,inHandler);
561}
562
563#ifndef HXCPP_DEBUGGER
564void __hxcpp_set_debugger_info(const char **inAllClasses, const char **inFullPaths) { }

Callers

nothing calls this directly

Calls 1

setStaticHandlerFunction · 0.85

Tested by

no test coverage detected