Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytedance/bolt
/ append
Method
append
bolt/serializers/PrestoSerializer.cpp:1456–1458 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1454
1455
template <typename T>
1456
void append(folly::Range<const T*> values) {
1457
values_.append(values);
1458
}
1459
1460
template <typename T>
1461
void appendOne(const T& value) {
Callers
nothing calls this directly
Calls
1
append
Method · 0.45
Tested by
no test coverage detected