MCPcopy Create free account
hub / github.com/bytedance/bolt / appendStringView

Method appendStringView

bolt/common/memory/ByteStream.cpp:258–260  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

256}
257
258void ByteOutputStream::appendStringView(StringView value) {
259 appendStringView((std::string_view)value);
260}
261
262void ByteOutputStream::appendStringView(std::string_view value) {
263 const int32_t bytes = value.size();

Callers 7

appendMethod · 0.45
appendStringsFunction · 0.45
copyMultipartNoInlineMethod · 0.45
~AppendWindowMethod · 0.45
writeMethod · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45

Calls 4

memcpyFunction · 0.85
minFunction · 0.50
sizeMethod · 0.45
dataMethod · 0.45

Tested by

no test coverage detected