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

Method ensureTagClosed

tests/framework/src/doctest.cpp:2301–2306  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2299 //}
2300
2301 void XmlWriter::ensureTagClosed() {
2302 if( m_tagIsOpen ) {
2303 m_os << ">" << std::endl;
2304 m_tagIsOpen = false;
2305 }
2306 }
2307
2308 void XmlWriter::writeDeclaration() {
2309 m_os << "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n";

Callers 2

test_case_startMethod · 0.80
subcase_startMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected