MCPcopy 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

TESTFunction · 0.80
Base64UrlDecodeFunction · 0.80

Calls 1

AppendToStringFunction · 0.85

Tested by 1

TESTFunction · 0.64