MCPcopy Create free account
hub / github.com/Profactor/cv-plot / completeCycle

Method completeCycle

CvPlot/ext/catch2/inc/catch.hpp:14094–14096  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14092 m_runState = Executing;
14093 }
14094 void TrackerContext::completeCycle() {
14095 m_runState = CompletedCycle;
14096 }
14097
14098 bool TrackerContext::completedCycle() const {
14099 return m_runState == CompletedCycle;

Callers 2

closeMethod · 0.80
failMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected