MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / isComplete

Method isComplete

extlibs/catch/include/catch/catch.hpp:13779–13781  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13777 return m_nameAndLocation;
13778 }
13779 bool TrackerBase::isComplete() const {
13780 return m_runState == CompletedSuccessfully || m_runState == Failed;
13781 }
13782 bool TrackerBase::isSuccessfullyCompleted() const {
13783 return m_runState == CompletedSuccessfully;
13784 }

Callers 2

GeneratorTrackerClass · 0.80
closeMethod · 0.80

Calls 4

findFunction · 0.50
emptyMethod · 0.45
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected