MCPcopy Create free account
hub / github.com/SakuraEngine/SakuraEngine / isDebuggerActive

Function isDebuggerActive

tests/framework/src/doctest.cpp:1425–1425  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1423
1424#ifdef DOCTEST_IS_DEBUGGER_ACTIVE
1425 bool isDebuggerActive() { return DOCTEST_IS_DEBUGGER_ACTIVE(); }
1426#else // DOCTEST_IS_DEBUGGER_ACTIVE
1427#ifdef DOCTEST_PLATFORM_LINUX
1428 class ErrnoGuard {

Callers 4

handleExceptionMethod · 0.85
FatalConditionHandlerMethod · 0.85
logMethod · 0.85
runMethod · 0.85

Calls 2

compareMethod · 0.45
lengthMethod · 0.45

Tested by

no test coverage detected