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

Method isOpen

unittests/catch.hpp:10166–10168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10164 return m_runState == CompletedSuccessfully;
10165 }
10166 bool TrackerBase::isOpen() const {
10167 return m_runState != NotStarted && !isComplete();
10168 }
10169 bool TrackerBase::hasChildren() const {
10170 return !m_children.empty();
10171 }

Callers 1

sectionStartedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected