MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / openChild

Method openChild

Bcore/src/main/cpp/Dobby/tests/catch.hpp:10096–10102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10094}
10095
10096void TrackerBase::openChild() {
10097 if (m_runState != ExecutingChildren) {
10098 m_runState = ExecutingChildren;
10099 if (m_parent)
10100 m_parent->openChild();
10101 }
10102}
10103
10104bool TrackerBase::isSectionTracker() const {
10105 return false;

Callers 1

openMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected