Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytedance/bolt
/ appendOne
Method
appendOne
bolt/common/memory/ByteStream.h:358–360 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
356
357
template <typename T>
358
void appendOne(const T& value) {
359
append(folly::Range(&value, 1));
360
}
361
362
void flush(OutputStream* stream);
363
Callers
1
TEST_F
Function · 0.45
Calls
2
append
Function · 0.50
Range
Class · 0.50
Tested by
no test coverage detected