MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / OurFeatures

Class OurFeatures

json/jsoncpp.cpp:1128–1140  ·  view source on GitHub ↗

exact copy of Features

Source from the content-addressed store, hash-verified

1126
1127// exact copy of Features
1128class OurFeatures {
1129public:
1130 static OurFeatures all();
1131 bool allowComments_;
1132 bool strictRoot_;
1133 bool allowDroppedNullPlaceholders_;
1134 bool allowNumericKeys_;
1135 bool allowSingleQuotes_;
1136 bool failIfExtra_;
1137 bool rejectDupKeys_;
1138 bool allowSpecialFloats_;
1139 int stackLimit_;
1140}; // OurFeatures
1141
1142// exact copy of Implementation of class Features
1143// ////////////////////////////////

Callers 1

allMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected