MCPcopy Create free account
hub / github.com/CobaltFusion/DebugViewPP / assertmessage

Function assertmessage

CobaltFusion/fusionassert.cpp:29–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27 }
28
29 void assertmessage(const std::string& assertion, const std::string& message, const char * location)
30 {
31 errormessage(stringbuilder() << "Assertion '" << assertion << "' failed (" << message << ") at " << location, "Exception occurred");
32 }
33
34 void exceptionmessage(const char* what, const char * location)
35 {

Callers

nothing calls this directly

Calls 1

errormessageFunction · 0.85

Tested by

no test coverage detected