MCPcopy Create free account
hub / github.com/RenderKit/embree / open

Method open

tutorials/external/catch.hpp:13639–13648  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13637 }
13638
13639 void open() {
13640 if (!m_isOpen) {
13641 m_isOpen = true;
13642 *this << RowBreak();
13643 for (auto const& info : m_columnInfos)
13644 *this << info.name << ColumnBreak();
13645 *this << RowBreak();
13646 m_os << Catch::getLineOfChars<'-'>() << "\n";
13647 }
13648 }
13649 void close() {
13650 if (m_isOpen) {
13651 *this << RowBreak();

Callers

nothing calls this directly

Calls 2

RowBreakClass · 0.85
ColumnBreakClass · 0.85

Tested by

no test coverage detected