Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
629
void String::append(String const& string) {
630
m_string.append(string.m_string);
631
}
632
633
void String::append(std::string const& s) {
634
m_string.append(s);
Callers
15
toUpper
Method · 0.45
toLower
Method · 0.45
titleCase
Method · 0.45
reverse
Method · 0.45
rot13
Method · 0.45
split
Method · 0.45
splitAny
Method · 0.45
replace
Method · 0.45
prepend
Method · 0.45
substr
Method · 0.45
erase
Method · 0.45
padLeft
Method · 0.45
Calls
1
utf8EncodeChar
Function · 0.85
Tested by
no test coverage detected