MCPcopy Create free account
hub / github.com/altairwei/WizNotePlus / getValidWriterKeys

Function getValidWriterKeys

src/share/jsoncpp/jsoncpp.cpp:5244–5253  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5242 colonSymbol, nullSymbol, endingLineFeedSymbol, usf, pre);
5243}
5244static void getValidWriterKeys(std::set<JSONCPP_STRING>* valid_keys)
5245{
5246 valid_keys->clear();
5247 valid_keys->insert("indentation");
5248 valid_keys->insert("commentStyle");
5249 valid_keys->insert("enableYAMLCompatibility");
5250 valid_keys->insert("dropNullPlaceholders");
5251 valid_keys->insert("useSpecialFloats");
5252 valid_keys->insert("precision");
5253}
5254bool StreamWriterBuilder::validate(Json::Value* invalid) const
5255{
5256 Json::Value my_invalid;

Callers 1

validateMethod · 0.85

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected