MCPcopy Create free account
hub / github.com/Tablecruncher/tablecruncher / writeDeclaration

Method writeDeclaration

external/utf8-cpp-utils/test/doctest.h:5398–5400  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5396 }
5397
5398 void XmlWriter::writeDeclaration() {
5399 m_os << "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n";
5400 }
5401
5402 void XmlWriter::newlineIfNecessary() {
5403 if( m_needsNewline ) {

Callers 3

test_run_startMethod · 0.80
report_queryMethod · 0.80
test_run_startMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected