MCPcopy Create free account
hub / github.com/RenderKit/embree / open

Method open

tutorials/external/catch.hpp:12007–12012  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12005 bool TrackerBase::isGeneratorTracker() const { return false; }
12006
12007 void TrackerBase::open() {
12008 m_runState = Executing;
12009 moveToThis();
12010 if( m_parent )
12011 m_parent->openChild();
12012 }
12013
12014 void TrackerBase::close() {
12015

Callers 10

os_initFunction · 0.45
mapThreadIDFunction · 0.45
FileStreamMethod · 0.45
readDatabaseMethod · 0.45
updateDatabaseMethod · 0.45
plotDatabaseMethod · 0.45
plotMethod · 0.45
GeneratorTrackerClass · 0.45
FileStreamMethod · 0.45
TablePrinterClass · 0.45

Calls 1

openChildMethod · 0.80

Tested by

no test coverage detected