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

Method writeDeclaration

unittests/catch.hpp:11226–11228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11224 }
11225
11226 void XmlWriter::writeDeclaration() {
11227 m_os << "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n";
11228 }
11229
11230 void XmlWriter::newlineIfNecessary() {
11231 if( m_needsNewline ) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected