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

Method isOpen

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

Source from the content-addressed store, hash-verified

10074 return m_runState == CompletedSuccessfully;
10075}
10076bool TrackerBase::isOpen() const {
10077 return m_runState != NotStarted && !isComplete();
10078}
10079bool TrackerBase::hasChildren() const {
10080 return !m_children.empty();
10081}

Callers 1

sectionStartedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected