Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
398
void 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
MsgHandler
Function · 0.70
Tested by
no test coverage detected