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

Function AssertHandler

Source/Tools/FEXServer/Main.cpp:45–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45void AssertHandler(const char* Message) {
46 return MsgHandler(LogMan::ASSERT, Message);
47}
48
49void ClientMsgHandler(int FD, FEXServerClient::Logging::PacketMsg* const Msg, const char* MsgStr) {
50 if (!StartTime.tv_sec && !StartTime.tv_nsec) {

Callers

nothing calls this directly

Calls 1

MsgHandlerFunction · 0.70

Tested by

no test coverage detected