MCPcopy Create free account
hub / github.com/RenderKit/embree / ensureTagClosed

Method ensureTagClosed

tutorials/external/catch.hpp:13009–13014  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13007 }
13008
13009 void XmlWriter::ensureTagClosed() {
13010 if( m_tagIsOpen ) {
13011 m_os << ">" << std::endl;
13012 m_tagIsOpen = false;
13013 }
13014 }
13015
13016 void XmlWriter::writeDeclaration() {
13017 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