Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CodingGay/BlackDex
/ startCycle
Method
startCycle
Bcore/src/main/cpp/Dobby/tests/catch.hpp:10037–10040 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10035
}
10036
10037
void TrackerContext::startCycle() {
10038
m_currentTracker = m_rootTracker.get();
10039
m_runState = Executing;
10040
}
10041
void TrackerContext::completeCycle() {
10042
m_runState = CompletedCycle;
10043
}
Callers
1
runTest
Method · 0.80
Calls
1
get
Method · 0.45
Tested by
no test coverage detected