MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/SPlisHSPlasH / ensureTagClosed

Method ensureTagClosed

extern/Catch2/catch.hpp:15737–15743  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

testCaseStartingMethod · 0.80
sectionStartingMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected