Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CodingGay/BlackDex
/ shouldDebugBreak
Method
shouldDebugBreak
Bcore/src/main/cpp/Dobby/tests/catch.hpp:6554–6556 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6552
return m_data.useColour;
6553
}
6554
bool Config::shouldDebugBreak() const {
6555
return m_data.shouldDebugBreak;
6556
}
6557
int Config::abortAfter() const {
6558
return m_data.abortAfter;
6559
}
Callers
1
populateReaction
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected