MCPcopy Create free account
hub / github.com/Snapchat/Valdi / size

Method size

valdi_core/src/valdi_core/cpp/Utils/ValueArrayBuilder.cpp:95–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93}
94
95size_t ValueArrayBuilder::size() const {
96 return _size;
97}
98
99size_t ValueArrayBuilder::capacity() const {
100 return _buffer != nullptr ? _buffer->size() : 0;

Callers 2

appendMethod · 0.45
capacityMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected