MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / AppendToString

Method AppendToString

extern/re2/re2/stringpiece.h:130–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128 }
129
130 void AppendToString(std::string* target) const {
131 target->append(data_, size_);
132 }
133
134 size_type copy(char* buf, size_type n, size_type pos = 0) const;
135 StringPiece substr(size_type pos = 0, size_type n = npos) const;

Callers

nothing calls this directly

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected