Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CodingGay/BlackDex
/ completeCycle
Method
completeCycle
Bcore/src/main/cpp/Dobby/tests/catch.hpp:10041–10043 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10039
m_runState = Executing;
10040
}
10041
void TrackerContext::completeCycle() {
10042
m_runState = CompletedCycle;
10043
}
10044
10045
bool TrackerContext::completedCycle() const {
10046
return m_runState == CompletedCycle;
Callers
2
close
Method · 0.80
fail
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected