MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / append

Method append

source/core/StarString.cpp:629–631  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

627}
628
629void String::append(String const& string) {
630 m_string.append(string.m_string);
631}
632
633void String::append(std::string const& s) {
634 m_string.append(s);

Callers 15

toUpperMethod · 0.45
toLowerMethod · 0.45
titleCaseMethod · 0.45
reverseMethod · 0.45
rot13Method · 0.45
splitMethod · 0.45
splitAnyMethod · 0.45
replaceMethod · 0.45
prependMethod · 0.45
substrMethod · 0.45
eraseMethod · 0.45
padLeftMethod · 0.45

Calls 1

utf8EncodeCharFunction · 0.85

Tested by

no test coverage detected