Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/InteractiveComputerGraphics/SPlisHSPlasH
/ startCycle
Method
startCycle
extern/Catch2/catch.hpp:14384–14387 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14382
}
14383
14384
void TrackerContext::startCycle() {
14385
m_currentTracker = m_rootTracker.get();
14386
m_runState = Executing;
14387
}
14388
void TrackerContext::completeCycle() {
14389
m_runState = CompletedCycle;
14390
}
Callers
1
runTest
Method · 0.80
Calls
1
get
Method · 0.45
Tested by
no test coverage detected