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

Method open

unittests/catch.hpp:10199–10204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10197 bool TrackerBase::isIndexTracker() const { return false; }
10198
10199 void TrackerBase::open() {
10200 m_runState = Executing;
10201 moveToThis();
10202 if( m_parent )
10203 m_parent->openChild();
10204 }
10205
10206 void TrackerBase::close() {
10207

Callers 3

FileStreamMethod · 0.45
catch.hppFile · 0.45
TablePrinterClass · 0.45

Calls 1

openChildMethod · 0.80

Tested by

no test coverage detected