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

Method begin

valdi_core/src/valdi_core/cpp/Utils/ValueArrayBuilder.cpp:107–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105}
106
107const Value* ValueArrayBuilder::begin() const {
108 return _buffer != nullptr ? _buffer->begin() : nullptr;
109}
110
111const Value* ValueArrayBuilder::end() const {
112 return begin() + _size;

Callers 3

appendMethod · 0.45
reserveMethod · 0.45
buildMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected