MCPcopy Create free account
hub / github.com/apache/trafficserver / completeCycle

Method completeCycle

lib/catch2/catch.hpp:14386–14388  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

closeMethod · 0.80
failMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected