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

Method Features

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

Source from the content-addressed store, hash-verified

278// ////////////////////////////////
279
280Features::Features()
281 : allowComments_(true), strictRoot_(false),
282 allowDroppedNullPlaceholders_(false), allowNumericKeys_(false) {}
283
284Features Features::all() { return Features(); }
285

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected