Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/brpc
/ CopyToString
Function
CopyToString
src/butil/strings/string_piece.cc:61–63 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
59
}
60
61
void CopyToString(const StringPiece& self, std::string* target) {
62
CopyToStringT(self, target);
63
}
64
65
void CopyToString(const StringPiece16& self, string16* target) {
66
CopyToStringT(self, target);
Callers
1
CopyToString
Method · 0.85
Calls
1
CopyToStringT
Function · 0.85
Tested by
no test coverage detected