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

Method isOpen

tests/catch.hpp:11697–11699  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11695 return m_runState == CompletedSuccessfully;
11696 }
11697 bool TrackerBase::isOpen() const {
11698 return m_runState != NotStarted && !isComplete();
11699 }
11700 bool TrackerBase::hasChildren() const {
11701 return !m_children.empty();
11702 }

Callers 2

sectionStartedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected