MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / open

Method open

tests/catch.hpp:11735–11740  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11733 bool TrackerBase::isGeneratorTracker() const { return false; }
11734
11735 void TrackerBase::open() {
11736 m_runState = Executing;
11737 moveToThis();
11738 if( m_parent )
11739 m_parent->openChild();
11740 }
11741
11742 void TrackerBase::close() {
11743

Callers 3

GeneratorTrackerClass · 0.45
FileStreamMethod · 0.45
TablePrinterClass · 0.45

Calls 1

openChildMethod · 0.80

Tested by

no test coverage detected