MCPcopy 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
162void String::reserve(size_t n) {
163 m_string.reserve(n);
164}
165
166bool String::empty() const {
167 return m_string.empty();

Callers 9

wideStringMethod · 0.45
toUpperMethod · 0.45
toLowerMethod · 0.45
titleCaseMethod · 0.45
reverseMethod · 0.45
rot13Method · 0.45
replaceMethod · 0.45
substrMethod · 0.45
eraseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected