MCPcopy 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
209void AssertHandler(const char* Message) {
210 fextl::fmt::print("A {}\n", Message);
211
212 // make sure buffers are flushed
213 fflush(nullptr);
214}
215
216struct TestInfo {
217 char TestInst[128];

Callers

nothing calls this directly

Calls 2

printFunction · 0.85
fflushFunction · 0.85

Tested by

no test coverage detected