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

Method enableYAMLCompatibility

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

Source from the content-addressed store, hash-verified

3230 : yamlCompatiblityEnabled_(false), dropNullPlaceholders_(false), omitEndingLineFeed_(false) {}
3231
3232void FastWriter::enableYAMLCompatibility() { yamlCompatiblityEnabled_ = true; }
3233
3234void FastWriter::dropNullPlaceholders() { dropNullPlaceholders_ = true; }
3235

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected