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

Method isComplete

unittests/catch.hpp:10160–10162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10158 return m_nameAndLocation;
10159 }
10160 bool TrackerBase::isComplete() const {
10161 return m_runState == CompletedSuccessfully || m_runState == Failed;
10162 }
10163 bool TrackerBase::isSuccessfullyCompleted() const {
10164 return m_runState == CompletedSuccessfully;
10165 }

Callers 2

closeMethod · 0.80
catch.hppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected