MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / openChild

Method openChild

extlibs/catch/include/catch/catch.hpp:13812–13818  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13810 }
13811
13812 void TrackerBase::openChild() {
13813 if( m_runState != ExecutingChildren ) {
13814 m_runState = ExecutingChildren;
13815 if( m_parent )
13816 m_parent->openChild();
13817 }
13818 }
13819
13820 bool TrackerBase::isSectionTracker() const { return false; }
13821 bool TrackerBase::isGeneratorTracker() const { return false; }

Callers 1

openMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected