MCPcopy Create free account
hub / github.com/RenderKit/embree / isOpen

Method isOpen

tutorials/external/catch.hpp:11969–11971  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11967 return m_runState == CompletedSuccessfully;
11968 }
11969 bool TrackerBase::isOpen() const {
11970 return m_runState != NotStarted && !isComplete();
11971 }
11972 bool TrackerBase::hasChildren() const {
11973 return !m_children.empty();
11974 }

Callers 2

sectionStartedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected