Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ddnet/ddnet
/ dbg_assert_set_handler
Function
dbg_assert_set_handler
src/base/dbg.cpp:52–55 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
50
}
51
52
void dbg_assert_set_handler(DBG_ASSERT_HANDLER handler)
53
{
54
dbg_assert_handler = std::move(handler);
55
}
56
57
void dbg_msg(const char *sys, const char *fmt, ...)
58
{
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected