MCPcopy 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_FFunction · 0.45

Calls 2

appendFunction · 0.50
RangeClass · 0.50

Tested by

no test coverage detected