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

Method isOpen

lib/catch2/catch.hpp:14412–14414  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14410 return m_runState == CompletedSuccessfully;
14411 }
14412 bool TrackerBase::isOpen() const {
14413 return m_runState != NotStarted && !isComplete();
14414 }
14415 bool TrackerBase::hasChildren() const {
14416 return !m_children.empty();
14417 }

Callers 1

sectionStartedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected