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

Method IsComplete

rapidjson/writer.h:134–136  ·  view source on GitHub ↗

Checks whether the output is a complete JSON. ! A complete JSON has a complete root object or array. */

Source from the content-addressed store, hash-verified

132 A complete JSON has a complete root object or array.
133 */
134 bool IsComplete() const {
135 return hasRoot_ && level_stack_.Empty();
136 }
137
138 int GetMaxDecimalPlaces() const {
139 return maxDecimalPlaces_;

Callers

nothing calls this directly

Calls 1

EmptyMethod · 0.45

Tested by

no test coverage detected