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

Method Features

cpp/cppsdk/jsoncpp.cpp:302–304  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

300// ////////////////////////////////
301
302Features::Features()
303 : allowComments_(true), strictRoot_(false),
304 allowDroppedNullPlaceholders_(false), allowNumericKeys_(false) {}
305
306Features Features::all() { return Features(); }
307

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected