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

Method openChild

unittests/catch.hpp:10188–10194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10186 }
10187
10188 void TrackerBase::openChild() {
10189 if( m_runState != ExecutingChildren ) {
10190 m_runState = ExecutingChildren;
10191 if( m_parent )
10192 m_parent->openChild();
10193 }
10194 }
10195
10196 bool TrackerBase::isSectionTracker() const { return false; }
10197 bool TrackerBase::isIndexTracker() const { return false; }

Callers 1

openMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected