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