MCPcopy Create free account
hub / github.com/apache/brpc / Append

Method Append

src/butil/binary_printer.cpp:92–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90public:
91 StringAppender(std::string* str) : _str(str) {}
92 void Append(const char* b, size_t n) { _str->append(b, n); }
93private:
94 std::string* _str;
95};

Callers 4

FlushMethod · 0.45
PushCharMethod · 0.45
PrintIOBufFunction · 0.45
PrintStringFunction · 0.45

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected