MCPcopy Create free account
hub / github.com/ddnet/ddnet / GlobalFinish

Method GlobalFinish

src/engine/shared/assertion_logger.cpp:42–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42void CAssertionLogger::GlobalFinish()
43{
44 if(dbg_assert_has_failed())
45 {
46 Dump();
47 }
48}
49
50void CAssertionLogger::Dump()
51{

Callers

nothing calls this directly

Calls 2

dbg_assert_has_failedFunction · 0.85
DumpClass · 0.85

Tested by

no test coverage detected