MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/SPlisHSPlasH / completeCycle

Method completeCycle

extern/Catch2/catch.hpp:14388–14390  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14386 m_runState = Executing;
14387 }
14388 void TrackerContext::completeCycle() {
14389 m_runState = CompletedCycle;
14390 }
14391
14392 bool TrackerContext::completedCycle() const {
14393 return m_runState == CompletedCycle;

Callers 2

closeMethod · 0.80
failMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected