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

Class Array

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

Source from the content-addressed store, hash-verified

1529 }; // 12 bytes in 32-bit mode, 16 bytes in 64-bit mode
1530
1531 struct Array {
1532 GenericValue* elements;
1533 SizeType size;
1534 SizeType capacity;
1535 }; // 12 bytes in 32-bit mode, 16 bytes in 64-bit mode
1536
1537 union Data {
1538 String s;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected