Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
115
Ref<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
copy
Method · 0.65
begin
Method · 0.45
Tested by
no test coverage detected