MCPcopy Create free account
hub / github.com/Constellation/iv / AddString

Method AddString

iv/fixed_string_builder.h:71–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69 }
70
71 void AddString(const BasicStringPiece<CharT>& piece) {
72 Append(piece);
73 }
74
75 void AddSubstring(const CharT* s, std::size_t n) {
76 Append(s, n);

Callers 1

TESTFunction · 0.80

Calls 1

AppendFunction · 0.85

Tested by 1

TESTFunction · 0.64