Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/thrift
/ startCycle
Method
startCycle
compiler/cpp/tests/catch/catch.hpp:6040–6043 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6038
}
6039
6040
void startCycle() {
6041
m_currentTracker = m_rootTracker.get();
6042
m_runState = Executing;
6043
}
6044
void completeCycle() {
6045
m_runState = CompletedCycle;
6046
}
Callers
1
runTest
Method · 0.80
Calls
1
get
Method · 0.45
Tested by
no test coverage detected