MCPcopy Create free account
hub / github.com/Profactor/cv-plot / isOpen

Method isOpen

CvPlot/ext/catch2/inc/catch.hpp:14123–14125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14121 return m_runState == CompletedSuccessfully;
14122 }
14123 bool TrackerBase::isOpen() const {
14124 return m_runState != NotStarted && !isComplete();
14125 }
14126 bool TrackerBase::hasChildren() const {
14127 return !m_children.empty();
14128 }

Callers 2

sectionStartedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected