MCPcopy Create free account
hub / github.com/FEX-Emu/FEX / AssertHandler

Function AssertHandler

Source/Common/FEXServerClient.cpp:398–400  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

396}
397
398void AssertHandler(int FD, const char* Message) {
399 MsgHandler(FD, LogMan::DebugLevels::ASSERT, Message);
400}
401/** @} */
402} // namespace FEXServerClient

Callers

nothing calls this directly

Calls 1

MsgHandlerFunction · 0.70

Tested by

no test coverage detected