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

Function ObjectEmpty

rapidjson/document.h:1032–1032  ·  view source on GitHub ↗

Check whether the object is empty.

Source from the content-addressed store, hash-verified

1030
1031 //! Check whether the object is empty.
1032 bool ObjectEmpty() const { RAPIDJSON_ASSERT(IsObject()); return data_.o.size == 0; }
1033
1034 //! Get a value from an object associated with the name.
1035 /*! \pre IsObject() == true

Callers

nothing calls this directly

Calls 1

IsObjectFunction · 0.85

Tested by

no test coverage detected