MCPcopy Create free account
hub / github.com/apache/qpid-proton / isOpen

Method isOpen

tests/include/catch.hpp:14416–14418  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14414 return m_runState == CompletedSuccessfully;
14415 }
14416 bool TrackerBase::isOpen() const {
14417 return m_runState != NotStarted && !isComplete();
14418 }
14419 bool TrackerBase::hasChildren() const {
14420 return !m_children.empty();
14421 }

Callers 1

sectionStartedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected