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

Method dropNullPlaceholders

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

Source from the content-addressed store, hash-verified

3232void FastWriter::enableYAMLCompatibility() { yamlCompatiblityEnabled_ = true; }
3233
3234void FastWriter::dropNullPlaceholders() { dropNullPlaceholders_ = true; }
3235
3236void FastWriter::omitEndingLineFeed() { omitEndingLineFeed_ = true; }
3237

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected