MCPcopy Create free account
hub / github.com/apache/thrift / ensureTagClosed

Method ensureTagClosed

compiler/cpp/tests/catch/catch.hpp:10001–10006  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9999 }
10000
10001 void ensureTagClosed() {
10002 if( m_tagIsOpen ) {
10003 m_os << ">" << std::endl;
10004 m_tagIsOpen = false;
10005 }
10006 }
10007
10008 private:
10009 XmlWriter( XmlWriter const& );

Callers 2

testCaseStartingMethod · 0.80
sectionStartingMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected