MCPcopy Create free account
hub / github.com/cinience/RedisStudio / Size

Function Size

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

Get the number of elements in array.

Source from the content-addressed store, hash-verified

1136
1137 //! Get the number of elements in array.
1138 SizeType Size() const { RAPIDJSON_ASSERT(IsArray()); return data_.a.size; }
1139
1140 //! Get the capacity of array.
1141 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