Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
107
const Value* ValueArrayBuilder::begin() const {
108
return _buffer != nullptr ? _buffer->begin() : nullptr;
109
}
110
111
const Value* ValueArrayBuilder::end() const {
112
return begin() + _size;
Callers
3
append
Method · 0.45
reserve
Method · 0.45
build
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected