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

Method build

valdi_core/src/valdi_core/cpp/Utils/ValueArrayBuilder.cpp:115–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113}
114
115Ref<ValueArray> ValueArrayBuilder::build() const {
116 auto out = ValueArray::make(_size);
117 out->copy(_buffer->begin(), _buffer->begin() + _size);
118 return out;
119}
120} // namespace Valdi

Callers

nothing calls this directly

Calls 2

copyMethod · 0.65
beginMethod · 0.45

Tested by

no test coverage detected