Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/brpc
/ AppendToString
Method
AppendToString
src/butil/strings/string_piece.h:298–300 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
296
}
297
298
void AppendToString(STRING_TYPE* target) const {
299
internal::AppendToString(*this, target);
300
}
301
302
size_type copy(value_type* buf, size_type n, size_type pos = 0) const {
303
return internal::copy(*this, buf, n, pos);
Callers
2
TEST
Function · 0.80
Base64UrlDecode
Function · 0.80
Calls
1
AppendToString
Function · 0.85
Tested by
1
TEST
Function · 0.64