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

Method ensureTagClosed

lib/catch2/catch.hpp:15735–15741  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15733 }
15734
15735 void XmlWriter::ensureTagClosed() {
15736 if( m_tagIsOpen ) {
15737 m_os << '>' << std::flush;
15738 newlineIfNecessary();
15739 m_tagIsOpen = false;
15740 }
15741 }
15742
15743 void XmlWriter::applyFormatting(XmlFormatting fmt) {
15744 m_needsNewline = shouldNewline(fmt);

Callers 2

testCaseStartingMethod · 0.80
sectionStartingMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected