MCPcopy Create free account
hub / github.com/andreasfertig/programming-with-cpp20 / IsDebugEnabled

Function IsDebugEnabled

04.06-downWithDebug0/main.cpp:20–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18}
19
20constexpr bool IsDebugEnabled()
21{
22 return DEBUG;
23}
24
25void CloseToGood()
26{

Callers 2

mainFunction · 0.85
CloseToGoodFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected