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

Method isComplete

lib/catch2/catch.hpp:14406–14408  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14404 {}
14405
14406 bool TrackerBase::isComplete() const {
14407 return m_runState == CompletedSuccessfully || m_runState == Failed;
14408 }
14409 bool TrackerBase::isSuccessfullyCompleted() const {
14410 return m_runState == CompletedSuccessfully;
14411 }

Callers 2

GeneratorTrackerClass · 0.80
closeMethod · 0.80

Calls 3

emptyMethod · 0.45
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected