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

Method dropNullPlaceholders

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

Source from the content-addressed store, hash-verified

4484void FastWriter::enableYAMLCompatibility() { yamlCompatibilityEnabled_ = true; }
4485
4486void FastWriter::dropNullPlaceholders() { dropNullPlaceholders_ = true; }
4487
4488void FastWriter::omitEndingLineFeed() { omitEndingLineFeed_ = true; }
4489

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected