Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ reserve
Method
reserve
source/core/StarString.cpp:162–164 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
160
}
161
162
void String::reserve(size_t n) {
163
m_string.reserve(n);
164
}
165
166
bool String::empty() const {
167
return m_string.empty();
Callers
9
wideString
Method · 0.45
toUpper
Method · 0.45
toLower
Method · 0.45
titleCase
Method · 0.45
reverse
Method · 0.45
rot13
Method · 0.45
replace
Method · 0.45
substr
Method · 0.45
erase
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected