MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / completeCycle

Method completeCycle

unittests/catch.hpp:10130–10132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10128 m_runState = Executing;
10129 }
10130 void TrackerContext::completeCycle() {
10131 m_runState = CompletedCycle;
10132 }
10133
10134 bool TrackerContext::completedCycle() const {
10135 return m_runState == CompletedCycle;

Callers 2

closeMethod · 0.80
failMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected