MCPcopy Create free account
hub / github.com/PlayFab/gsdk / FastWriter

Method FastWriter

cpp/cppsdk/jsoncpp.cpp:4527–4529  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4525// //////////////////////////////////////////////////////////////////
4526
4527FastWriter::FastWriter()
4528 : yamlCompatibilityEnabled_(false), dropNullPlaceholders_(false),
4529 omitEndingLineFeed_(false) {}
4530
4531void FastWriter::enableYAMLCompatibility() { yamlCompatibilityEnabled_ = true; }
4532

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected