MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / completeCycle

Method completeCycle

Bcore/src/main/cpp/Dobby/tests/catch.hpp:10041–10043  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10039 m_runState = Executing;
10040}
10041void TrackerContext::completeCycle() {
10042 m_runState = CompletedCycle;
10043}
10044
10045bool TrackerContext::completedCycle() const {
10046 return m_runState == CompletedCycle;

Callers 2

closeMethod · 0.80
failMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected