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

Method isOpen

extlibs/catch/include/catch/catch.hpp:13785–13787  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13783 return m_runState == CompletedSuccessfully;
13784 }
13785 bool TrackerBase::isOpen() const {
13786 return m_runState != NotStarted && !isComplete();
13787 }
13788 bool TrackerBase::hasChildren() const {
13789 return !m_children.empty();
13790 }

Callers 2

sectionStartedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected