MCPcopy 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
61void CopyToString(const StringPiece& self, std::string* target) {
62 CopyToStringT(self, target);
63}
64
65void CopyToString(const StringPiece16& self, string16* target) {
66 CopyToStringT(self, target);

Callers 1

CopyToStringMethod · 0.85

Calls 1

CopyToStringTFunction · 0.85

Tested by

no test coverage detected