Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ObEngine/ObEngine
/ completeCycle
Method
completeCycle
extlibs/catch/include/catch/catch.hpp:13756–13758 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
13754
m_runState = Executing;
13755
}
13756
void TrackerContext::completeCycle() {
13757
m_runState = CompletedCycle;
13758
}
13759
13760
bool TrackerContext::completedCycle() const {
13761
return m_runState == CompletedCycle;
Callers
2
close
Method · 0.80
fail
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected