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

Function dbg_assert_has_failed

src/base/dbg.cpp:16–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14DBG_ASSERT_HANDLER dbg_assert_handler;
15
16bool dbg_assert_has_failed()
17{
18 return dbg_assert_failing.load(std::memory_order_acquire);
19}
20
21void dbg_assert_imp(const char *filename, int line, const char *fmt, ...)
22{

Callers 2

GlobalFinishMethod · 0.85
dbg_assert_impFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected