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

Method openChild

tutorials/external/catch.hpp:11996–12002  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11994 }
11995
11996 void TrackerBase::openChild() {
11997 if( m_runState != ExecutingChildren ) {
11998 m_runState = ExecutingChildren;
11999 if( m_parent )
12000 m_parent->openChild();
12001 }
12002 }
12003
12004 bool TrackerBase::isSectionTracker() const { return false; }
12005 bool TrackerBase::isGeneratorTracker() const { return false; }

Callers 1

openMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected