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

Method open

extlibs/catch/include/catch/catch.hpp:13823–13828  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13821 bool TrackerBase::isGeneratorTracker() const { return false; }
13822
13823 void TrackerBase::open() {
13824 m_runState = Executing;
13825 moveToThis();
13826 if( m_parent )
13827 m_parent->openChild();
13828 }
13829
13830 void TrackerBase::close() {
13831

Callers 3

GeneratorTrackerClass · 0.45
FileStreamMethod · 0.45
TablePrinterClass · 0.45

Calls 1

openChildMethod · 0.80

Tested by

no test coverage detected