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

Method open

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

Source from the content-addressed store, hash-verified

11734 }
11735
11736 void open() {
11737 if (!m_isOpen) {
11738 m_isOpen = true;
11739 *this << RowBreak();
11740 for (auto const &info : m_columnInfos)
11741 *this << info.name << ColumnBreak();
11742 *this << RowBreak();
11743 m_os << Catch::getLineOfChars<'-'>() << "\n";
11744 }
11745 }
11746 void close() {
11747 if (m_isOpen) {
11748 *this << RowBreak();

Callers

nothing calls this directly

Calls 2

RowBreakClass · 0.85
ColumnBreakClass · 0.85

Tested by

no test coverage detected