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

Function handler_base

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

Source from the content-addressed store, hash-verified

404}
405
406static void handler_base(const char* reason_string) { Debug.backend("error handler is invoked!", reason_string, nullptr, nullptr, DEBUG_INFO); }
407
408static void invalid_parameter_handler(const wchar_t* expression, const wchar_t* function, const wchar_t* file, unsigned int line, uintptr_t reserved)
409{

Callers 6

pure_call_handlerFunction · 0.85
abort_handlerFunction · 0.85
floating_point_handlerFunction · 0.85
termination_handlerFunction · 0.85

Calls 1

backendMethod · 0.80

Tested by

no test coverage detected