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

Method close

lib/catch2/catch.hpp:16400–16406  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16398 }
16399 }
16400 void close() {
16401 if (m_isOpen) {
16402 *this << RowBreak();
16403 m_os << std::endl;
16404 m_isOpen = false;
16405 }
16406 }
16407
16408 template<typename T>
16409 friend TablePrinter& operator << (TablePrinter& tp, T const& value) {

Callers

nothing calls this directly

Calls 1

RowBreakClass · 0.85

Tested by

no test coverage detected