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

Function AppendToString

src/butil/strings/string_piece.cc:75–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75void AppendToString(const StringPiece& self, std::string* target) {
76 AppendToStringT(self, target);
77}
78
79void AppendToString(const StringPiece16& self, string16* target) {
80 AppendToStringT(self, target);

Callers 1

AppendToStringMethod · 0.85

Calls 1

AppendToStringTFunction · 0.85

Tested by

no test coverage detected