MCPcopy Create free account
hub / github.com/apache/trafficserver / open

Method open

lib/catch2/catch.hpp:14450–14455  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14448 bool TrackerBase::isGeneratorTracker() const { return false; }
14449
14450 void TrackerBase::open() {
14451 m_runState = Executing;
14452 moveToThis();
14453 if( m_parent )
14454 m_parent->openChild();
14455 }
14456
14457 void TrackerBase::close() {
14458

Callers 15

mainFunction · 0.45
GeneratorTrackerClass · 0.45
FileStreamMethod · 0.45
TablePrinterClass · 0.45
TSPluginInitFunction · 0.45
TSPluginInitFunction · 0.45
TSRemapInitFunction · 0.45
TSPluginInitFunction · 0.45
TSRemapNewInstanceFunction · 0.45
loadRegionMapFunction · 0.45
parse_configMethod · 0.45
loadAllowListMethod · 0.45

Calls 1

openChildMethod · 0.80

Tested by 4

TSPluginInitFunction · 0.36
TSPluginInitFunction · 0.36
TSRemapInitFunction · 0.36
TSPluginInitFunction · 0.36