MCPcopy Create free account
hub / github.com/Profactor/cv-plot / open

Method open

CvPlot/ext/catch2/inc/catch.hpp:14161–14166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14159 bool TrackerBase::isGeneratorTracker() const { return false; }
14160
14161 void TrackerBase::open() {
14162 m_runState = Executing;
14163 moveToThis();
14164 if( m_parent )
14165 m_parent->openChild();
14166 }
14167
14168 void TrackerBase::close() {
14169

Callers 3

GeneratorTrackerClass · 0.45
FileStreamMethod · 0.45
TablePrinterClass · 0.45

Calls 1

openChildMethod · 0.80

Tested by

no test coverage detected