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

Function Capacity

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

Get the capacity of array.

Source from the content-addressed store, hash-verified

1505
1506 //! Get the capacity of array.
1507 SizeType Capacity() const { RAPIDJSON_ASSERT(IsArray()); return data_.a.capacity; }
1508
1509 //! Check whether the array is empty.
1510 bool Empty() const { RAPIDJSON_ASSERT(IsArray()); return data_.a.size == 0; }

Callers

nothing calls this directly

Calls 1

IsArrayFunction · 0.85

Tested by

no test coverage detected