Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/thrift
/ completeCycle
Method
completeCycle
compiler/cpp/tests/catch/catch.hpp:6044–6046 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6042
m_runState = Executing;
6043
}
6044
void completeCycle() {
6045
m_runState = CompletedCycle;
6046
}
6047
6048
bool completedCycle() const {
6049
return m_runState == CompletedCycle;
Callers
1
TrackerBase
Class · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected