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

Method length

source/core/StarString.cpp:154–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152}
153
154size_t String::length() const {
155 return size();
156}
157
158void String::clear() {
159 m_string.clear();

Callers 9

StringMethod · 0.45
toUpperMethod · 0.45
toLowerMethod · 0.45
titleCaseMethod · 0.45
reverseMethod · 0.45
rot13Method · 0.45
replaceMethod · 0.45
padLeftMethod · 0.45
padRightMethod · 0.45

Calls 1

sizeFunction · 0.85

Tested by

no test coverage detected