Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChaiScript/ChaiScript
/ startCycle
Method
startCycle
unittests/catch.hpp:10126–10129 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10124
}
10125
10126
void TrackerContext::startCycle() {
10127
m_currentTracker = m_rootTracker.get();
10128
m_runState = Executing;
10129
}
10130
void TrackerContext::completeCycle() {
10131
m_runState = CompletedCycle;
10132
}
Callers
1
runTest
Method · 0.80
Calls
1
get
Method · 0.45
Tested by
no test coverage detected