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

Method isSuccessfullyCompleted

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

Source from the content-addressed store, hash-verified

10071 return m_runState == CompletedSuccessfully || m_runState == Failed;
10072}
10073bool TrackerBase::isSuccessfullyCompleted() const {
10074 return m_runState == CompletedSuccessfully;
10075}
10076bool TrackerBase::isOpen() const {
10077 return m_runState != NotStarted && !isComplete();
10078}

Callers 1

runTestMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected