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

Method empty

source/core/StarString.cpp:166–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164}
165
166bool String::empty() const {
167 return m_string.empty();
168}
169
170String::Char String::operator[](size_t index) const {
171 auto it = begin();

Callers 6

joinWithMethod · 0.45
splitMethod · 0.45
splitAnyMethod · 0.45
replaceMethod · 0.45
findMethod · 0.45
findLastMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected