MCPcopy Create free account
hub / github.com/bblanchon/ArduinoJson / close

Method close

extras/tests/catch/catch.hpp:16402–16408  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

RowBreakClass · 0.85

Tested by

no test coverage detected