MCPcopy Create free account
hub / github.com/RenderKit/oidn / applyFormatting

Method applyFormatting

external/catch.hpp:15732–15734  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15730 }
15731
15732 void XmlWriter::applyFormatting(XmlFormatting fmt) {
15733 m_needsNewline = shouldNewline(fmt);
15734 }
15735
15736 void XmlWriter::writeDeclaration() {
15737 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