MCPcopy Create free account
hub / github.com/apache/qpid-proton / isComplete

Method isComplete

tests/include/catch.hpp:14410–14412  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14408 {}
14409
14410 bool TrackerBase::isComplete() const {
14411 return m_runState == CompletedSuccessfully || m_runState == Failed;
14412 }
14413 bool TrackerBase::isSuccessfullyCompleted() const {
14414 return m_runState == CompletedSuccessfully;
14415 }

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