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

Method strictMode

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

Source from the content-addressed store, hash-verified

215Features Features::all() { return Features(); }
216
217Features Features::strictMode() {
218 Features features;
219 features.allowComments_ = false;
220 features.strictRoot_ = true;
221 features.allowDroppedNullPlaceholders_ = false;
222 features.allowNumericKeys_ = false;
223 return features;
224}
225
226// Implementation of class Reader
227// ////////////////////////////////

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected