MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/SPlisHSPlasH / isOpen

Method isOpen

extern/Catch2/catch.hpp:14414–14416  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

sectionStartedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected