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

Method ensureTagClosed

tests/catch.hpp:12737–12742  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12735 }
12736
12737 void XmlWriter::ensureTagClosed() {
12738 if( m_tagIsOpen ) {
12739 m_os << ">" << std::endl;
12740 m_tagIsOpen = false;
12741 }
12742 }
12743
12744 void XmlWriter::writeDeclaration() {
12745 m_os << "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n";

Callers 2

testCaseStartingMethod · 0.80
sectionStartingMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected