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

Method Features

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

Source from the content-addressed store, hash-verified

209// ////////////////////////////////
210
211Features::Features()
212 : allowComments_(true), strictRoot_(false),
213 allowDroppedNullPlaceholders_(false), allowNumericKeys_(false) {}
214
215Features Features::all() { return Features(); }
216

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected