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

Method isOpen

external/catch.hpp:14401–14403  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14399 return m_runState == CompletedSuccessfully;
14400 }
14401 bool TrackerBase::isOpen() const {
14402 return m_runState != NotStarted && !isComplete();
14403 }
14404 bool TrackerBase::hasChildren() const {
14405 return !m_children.empty();
14406 }

Callers 1

sectionStartedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected