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

Method endRun

lib/catch2/catch.hpp:14376–14380  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14374 }
14375
14376 void TrackerContext::endRun() {
14377 m_rootTracker.reset();
14378 m_currentTracker = nullptr;
14379 m_runState = NotStarted;
14380 }
14381
14382 void TrackerContext::startCycle() {
14383 m_currentTracker = m_rootTracker.get();

Callers

nothing calls this directly

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected