Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FEX-Emu/FEX
/ AssertHandler
Function
AssertHandler
Source/Tools/CodeSizeValidation/Main.cpp:209–214 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
207
}
208
209
void AssertHandler(const char* Message) {
210
fextl::fmt::print(
"A {}\n"
, Message);
211
212
// make sure buffers are flushed
213
fflush(nullptr);
214
}
215
216
struct TestInfo {
217
char TestInst[128];
Callers
nothing calls this directly
Calls
2
print
Function · 0.85
fflush
Function · 0.85
Tested by
no test coverage detected