MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / ensureTagClosed

Method ensureTagClosed

unittests/catch.hpp:11219–11224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11217 }
11218
11219 void XmlWriter::ensureTagClosed() {
11220 if( m_tagIsOpen ) {
11221 m_os << ">" << std::endl;
11222 m_tagIsOpen = false;
11223 }
11224 }
11225
11226 void XmlWriter::writeDeclaration() {
11227 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