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

Function Size

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

Get the number of elements in array.

Source from the content-addressed store, hash-verified

1502
1503 //! Get the number of elements in array.
1504 SizeType Size() const { RAPIDJSON_ASSERT(IsArray()); return data_.a.size; }
1505
1506 //! Get the capacity of array.
1507 SizeType Capacity() const { RAPIDJSON_ASSERT(IsArray()); return data_.a.capacity; }

Callers

nothing calls this directly

Calls 1

IsArrayFunction · 0.85

Tested by

no test coverage detected