Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
90
public:
91
StringAppender(std::string* str) : _str(str) {}
92
void Append(const char* b, size_t n) { _str->append(b, n); }
93
private:
94
std::string* _str;
95
};
Callers
4
Flush
Method · 0.45
PushChar
Method · 0.45
PrintIOBuf
Function · 0.45
PrintString
Function · 0.45
Calls
1
append
Method · 0.45
Tested by
no test coverage detected