MCPcopy Create free account
hub / github.com/Profactor/cv-plot / applyFormatting

Method applyFormatting

CvPlot/ext/catch2/inc/catch.hpp:15408–15410  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15406 }
15407
15408 void XmlWriter::applyFormatting(XmlFormatting fmt) {
15409 m_needsNewline = shouldNewline(fmt);
15410 }
15411
15412 void XmlWriter::writeDeclaration() {
15413 m_os << "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n";

Callers

nothing calls this directly

Calls 1

shouldNewlineFunction · 0.85

Tested by

no test coverage detected