MCPcopy Create free account
hub / github.com/Illumina/paragraph / FastWriter

Method FastWriter

external/jsoncpp/jsoncpp.cpp:4480–4482  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4478// //////////////////////////////////////////////////////////////////
4479
4480FastWriter::FastWriter()
4481 : yamlCompatibilityEnabled_(false), dropNullPlaceholders_(false),
4482 omitEndingLineFeed_(false) {}
4483
4484void FastWriter::enableYAMLCompatibility() { yamlCompatibilityEnabled_ = true; }
4485

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected