MCPcopy Create free account
hub / github.com/Illumina/hap.py / FastWriter

Method FastWriter

external/jsoncpp/jsoncpp.cpp:3229–3230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3227// //////////////////////////////////////////////////////////////////
3228
3229FastWriter::FastWriter()
3230 : yamlCompatiblityEnabled_(false), dropNullPlaceholders_(false), omitEndingLineFeed_(false) {}
3231
3232void FastWriter::enableYAMLCompatibility() { yamlCompatiblityEnabled_ = true; }
3233

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected