MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / close

Method close

Bcore/src/main/cpp/Dobby/tests/catch.hpp:11746–11752  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11744 }
11745 }
11746 void close() {
11747 if (m_isOpen) {
11748 *this << RowBreak();
11749 m_os << std::endl;
11750 m_isOpen = false;
11751 }
11752 }
11753
11754 template <typename T> friend TablePrinter &operator<<(TablePrinter &tp, T const &value) {
11755 tp.m_oss << value;

Callers

nothing calls this directly

Calls 1

RowBreakClass · 0.85

Tested by

no test coverage detected