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

Function AssertHandler

Source/Tools/FEXLoader/FEXLoader.cpp:84–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82}
83
84void AssertHandler(const char* Message) {
85 return MsgHandler(LogMan::ASSERT, Message);
86}
87
88} // Anonymous namespace
89

Callers

nothing calls this directly

Calls 1

MsgHandlerFunction · 0.70

Tested by

no test coverage detected