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

Function MemberCount

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

Get the number of members in the object.

Source from the content-addressed store, hash-verified

1027
1028 //! Get the number of members in the object.
1029 SizeType MemberCount() const { RAPIDJSON_ASSERT(IsObject()); return data_.o.size; }
1030
1031 //! Check whether the object is empty.
1032 bool ObjectEmpty() const { RAPIDJSON_ASSERT(IsObject()); return data_.o.size == 0; }

Callers

nothing calls this directly

Calls 1

IsObjectFunction · 0.85

Tested by

no test coverage detected