Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
42
void CAssertionLogger::GlobalFinish()
43
{
44
if(dbg_assert_has_failed())
45
{
46
Dump();
47
}
48
}
49
50
void CAssertionLogger::Dump()
51
{
Callers
nothing calls this directly
Calls
2
dbg_assert_has_failed
Function · 0.85
Dump
Class · 0.85
Tested by
no test coverage detected