MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / isComplete

Method isComplete

Bcore/src/main/cpp/Dobby/tests/catch.hpp:10070–10072  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10068 return m_nameAndLocation;
10069}
10070bool TrackerBase::isComplete() const {
10071 return m_runState == CompletedSuccessfully || m_runState == Failed;
10072}
10073bool TrackerBase::isSuccessfullyCompleted() const {
10074 return m_runState == CompletedSuccessfully;
10075}

Callers 2

closeMethod · 0.80
catch.hppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected